Skip to content

Commit b465c26

Browse files
committed
Lint
1 parent f2a43f5 commit b465c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ var (
207207
// KitoolsApp extends an ABCI application, but with most of its parameters exported.
208208
// They are exported for convenience in creating helper functions, as object
209209
// capabilities aren't needed for testing.
210-
type KitoolsApp struct { // nolint: golint
210+
type KitoolsApp struct { //nolint: golint
211211
*baseapp.BaseApp
212212
legacyAmino *codec.LegacyAmino
213213
appCodec codec.Codec

0 commit comments

Comments
 (0)