Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Apr 16, 2023
1 parent f1d8160 commit 76f70c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/crisis/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func NewKeeper(
cdc codec.BinaryCodec, storeKey storetypes.StoreKey, invCheckPeriod uint,
supplyKeeper types.SupplyKeeper, feeCollectorName, authority string, ac address.Codec,
) *Keeper {

return &Keeper{
storeKey: storeKey,
cdc: cdc,
Expand Down

0 comments on commit 76f70c3

Please sign in to comment.