Skip to content

Commit 4c14cae

Browse files
authored
chore: lint tests (cosmos#14268)
1 parent 09aa41b commit 4c14cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simd/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
169169
NewTestnetCmd(simapp.ModuleBasics, banktypes.GenesisBalancesIterator{}),
170170
debug.Cmd(),
171171
config.Cmd(),
172-
pruning.PruningCmd(newApp),
172+
pruning.Cmd(newApp),
173173
)
174174

175175
server.AddCommands(rootCmd, simapp.DefaultNodeHome, newApp, appExport, addModuleInitFlags)

0 commit comments

Comments
 (0)