Skip to content

Commit

Permalink
chore: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Oct 19, 2023
1 parent 0c8a2ad commit 2b49787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func validateFile(logger log.Logger, repo WireFileRepository) http.HandlerFunc {
type response struct {
Error error `json:"error"`
}

json.NewEncoder(w).Encode(&response{Error: nil})
}
}
Expand Down

0 comments on commit 2b49787

Please sign in to comment.