Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsingh33 committed Aug 28, 2023
1 parent 9976833 commit 0564783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x/market/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ func BeginBlocker(ctx sdk.Context, _ abci.RequestBeginBlock, k keeper.Keeper, ba
k.SetTwa(ctx, twa)
}
}
}
}
2 changes: 1 addition & 1 deletion x/market/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ func (a AppModule) RegisterStoreDecoder(_ sdk.StoreDecoderRegistry) {}

func (a AppModule) WeightedOperations(_ module.SimulationState) []simulation.WeightedOperation {
return nil
}
}
2 changes: 1 addition & 1 deletion x/market/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ var TwaKeyPrefix = []byte{0x24}

func TwaKey(id uint64) []byte {
return append(TwaKeyPrefix, sdk.Uint64ToBigEndian(id)...)
}
}

0 comments on commit 0564783

Please sign in to comment.