Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <shrenuj@dydx.exchange>
  • Loading branch information
shrenujb committed Jun 21, 2024
1 parent 64d71f0 commit c68820e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/x/revshare/keeper/revshare.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func (k Keeper) SetMarketMapperRevShareDetails(
store := prefix.NewStore(ctx.KVStore(k.storeKey), []byte(types.MarketMapperRevSharePrefix))
b := k.cdc.MustMarshal(&params)
store.Set(lib.Uint32ToKey(marketId), b)
return
}

// Function to retrieve marketmapper revshare details for a market from module store
Expand Down

0 comments on commit c68820e

Please sign in to comment.