Skip to content

Commit

Permalink
format declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzafame authored and hsanjuan committed Oct 17, 2018
1 parent f253206 commit 24b1062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/rest/restapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,8 @@ func (api *API) sendResponse(
w http.ResponseWriter,
status int,
err error,
resp interface{}) {
resp interface{},
) {

api.setHeaders(w)
enc := json.NewEncoder(w)
Expand Down

0 comments on commit 24b1062

Please sign in to comment.