Skip to content

Commit

Permalink
minor lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
antstalepresh committed Sep 18, 2023
1 parent 6f40470 commit 7511c95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,6 @@ func New(
app.DistrKeeper,
authtypes.FeeCollectorName,
authtypes.NewModuleAddress(govtypes.ModuleName).String(),

)
app.BankKeeper.RegisterKeepers(app.AllianceKeeper, app.StakingKeeper)

Expand Down Expand Up @@ -1062,7 +1061,7 @@ func initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino
paramsKeeper.Subspace(icacontrollertypes.SubModuleName)
paramsKeeper.Subspace(wasmtypes.ModuleName).WithKeyTable(wasmtypes.ParamKeyTable()) //nolint:staticcheck
paramsKeeper.Subspace(feeburnmoduletypes.ModuleName)
paramsKeeper.Subspace(alliancemoduletypes.ModuleName).WithKeyTable(alliancemoduletypes.ParamKeyTable())
paramsKeeper.Subspace(alliancemoduletypes.ModuleName).WithKeyTable(alliancemoduletypes.ParamKeyTable()) //nolint:staticcheck
return paramsKeeper
}

Expand Down

0 comments on commit 7511c95

Please sign in to comment.