Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Sep 11, 2023
1 parent 499e96c commit ba962db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/app/testappd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ lru_size = 0`
func initRootCmd(
rootCmd *cobra.Command,
txConfig client.TxConfig,
interfaceRegistry codectypes.InterfaceRegistry,
appCodec codec.Codec,
_ codectypes.InterfaceRegistry,
_ codec.Codec,
basicManager module.BasicManager,
) {
cfg := sdk.GetConfig()
Expand Down

0 comments on commit ba962db

Please sign in to comment.