Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldracula authored Jan 10, 2024
1 parent 58d70b2 commit 27d10a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/ports/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ func newGetEventResponse(event domain.Event) getEventResponse {
return getEventResponse{Event: event.Raw()}
}


func (s *Server) servePublicKey(r *http.Request) rest.RestResponse {
vars := mux.Vars(r)
hexPublicKeyString := vars["hex"]
Expand Down

0 comments on commit 27d10a5

Please sign in to comment.