Skip to content

Commit 94915eb

Browse files
committed
chore: fix lint error
1 parent a9bfa1d commit 94915eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
b64 "encoding/base64"
55

66
"github.com/cosmos/cosmos-sdk/client/flags"
7-
"github.com/cosmos/cosmos-sdk/types/query"
87
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
8+
"github.com/cosmos/cosmos-sdk/types/query"
99
"github.com/spf13/pflag"
1010
)
1111

0 commit comments

Comments
 (0)