Skip to content

Commit

Permalink
Address linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin committed Nov 7, 2018
1 parent c20e383 commit cade5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/rpc/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func todoNotImplemented(_ *cobra.Command, _ []string) error {
return errors.New("todo: Command not yet implemented")
}

// InitClientCommand initializes client commands
func InitClientCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "init",
Expand Down
2 changes: 1 addition & 1 deletion cmd/gaia/cmd/gaiacli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func queryCmd(cdc *amino.Codec) *cobra.Command {
slashingQueryCmd.AddCommand(client.GetCommands(
slashingcmd.GetCmdQuerySigningInfo(storeSlashing, cdc))...)

// Query commcmmand sturcture
// Query commcmmand structure
queryCmd.AddCommand(
rpc.BlockCommand(),
rpc.ValidatorCommand(),
Expand Down

0 comments on commit cade5f5

Please sign in to comment.