mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
linting: moar fixes
This commit is contained in:
committed by
Ethan Buchman
parent
d7cb291fb2
commit
a15c7f221d
@ -782,5 +782,5 @@ func writeListOfEndpoints(w http.ResponseWriter, r *http.Request, funcMap map[st
|
||||
buf.WriteString("</body></html>")
|
||||
w.Header().Set("Content-Type", "text/html")
|
||||
w.WriteHeader(200)
|
||||
_, _ := w.Write(buf.Bytes()) // error ignored
|
||||
_, _ = w.Write(buf.Bytes()) // error ignored
|
||||
}
|
||||
|
Reference in New Issue
Block a user