Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Apr 15, 2024
1 parent 6314b43 commit f40b6c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion client/v2/autocli/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func (b *Builder) buildMethodCommandCommon(descriptor protoreflect.MethodDescrip
}

cmd.RunE = func(cmd *cobra.Command, args []string) error {

input, err := binder.BuildMessage(args)
if err != nil {
return err
Expand Down
1 change: 1 addition & 0 deletions client/v2/autocli/keyring/keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"

signingv1beta1 "cosmossdk.io/api/cosmos/tx/signing/v1beta1"

"github.com/cosmos/cosmos-sdk/crypto/types"
)

Expand Down

0 comments on commit f40b6c5

Please sign in to comment.