Address Rigel review - also run gofmt

This commit is contained in:
Christopher Goes
2018-03-28 11:24:31 +02:00
parent 5b642062a7
commit 578392d4b2
6 changed files with 23 additions and 38 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
type commander struct {
storeName string
cdc *wire.Codec
decoder sdk.AccountDecoder
decoder sdk.AccountDecoder
}
func QueryAccountRequestHandler(storeName string, cdc *wire.Codec, decoder sdk.AccountDecoder) func(http.ResponseWriter, *http.Request) {