Skip to content

Commit

Permalink
go fmt for the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed May 4, 2022
1 parent b4c36e4 commit b6a7963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ var (
ibctransfertypes.ModuleName: {authtypes.Minter, authtypes.Burner},
// TODO: ICA
// icatypes.ModuleName: nil,
wasm.ModuleName: {authtypes.Burner},
wasm.ModuleName: {authtypes.Burner},
}
)

Expand Down

0 comments on commit b6a7963

Please sign in to comment.