Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Sep 6, 2024
1 parent 4942010 commit f980b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/astrolabe/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (srv *Server) WebQuery(c echo.Context) error {
}
if strings.HasPrefix(q, "at://") {
if strings.HasSuffix(q, "/") {
q = q[0:len(q)-1]
q = q[0 : len(q)-1]
}

aturi, err := syntax.ParseATURI(q)
Expand Down

0 comments on commit f980b6a

Please sign in to comment.