Skip to content

Commit

Permalink
fix(staking): fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Mar 25, 2024
1 parent 4b102da commit 970a735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/staking/autocli.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ func (am AppModule) AutoCLIOptions() *autocliv1.ModuleOptions {
Short: "Query historical info at given height",
Example: fmt.Sprintf("$ %s query staking historical-info 5", version.AppName),
PositionalArgs: []*autocliv1.PositionalArgDescriptor{
{ProtoField: "height"},
{ProtoField: "height"},
},
},
},
},
EnhanceCustomCommand: false, // use custom commands only until v0.51
},
Expand Down

0 comments on commit 970a735

Please sign in to comment.