Skip to content

Commit

Permalink
test: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 5, 2023
1 parent 471829b commit 2efe580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (app *EthermintApp) RegisterUpgradeHandlers(
case ibctransfertypes.ModuleName:
keyTable = ibctransfertypes.ParamKeyTable()
case evmtypes.ModuleName:
keyTable = evmtypes.ParamKeyTable()
keyTable = evmtypes.ParamKeyTable()
case feemarkettypes.ModuleName:
keyTable = feemarkettypes.ParamKeyTable()
default:
Expand Down

0 comments on commit 2efe580

Please sign in to comment.