Skip to content

Commit

Permalink
gofmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dencoded committed Aug 22, 2018
1 parent dcbb0d9 commit 42bc797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func handleGetDetail(sessionKey, apiID string, byHash bool) (interface{}, int) {
log.WithFields(logrus.Fields{
"prefix": "api",
"key": obfuscateKey(sessionKey),
"error": err,
"error": err,
"status": "ok",
}).Info("Can't retrieve key quota")
}
Expand Down

0 comments on commit 42bc797

Please sign in to comment.