Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Aug 8, 2024
1 parent e482633 commit cb0486a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/auth/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ package keeper_test
import (
"context"

"github.com/cosmos/gogoproto/proto"
any "github.com/cosmos/gogoproto/types/any"
"github.com/golang/mock/gomock"
"google.golang.org/protobuf/runtime/protoiface"

"cosmossdk.io/x/auth/types"

codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/cosmos-sdk/testutil/testdata"
"github.com/cosmos/gogoproto/proto"
any "github.com/cosmos/gogoproto/types/any"
"github.com/golang/mock/gomock"
)

func (s *KeeperTestSuite) TestUpdateParams() {
Expand Down

0 comments on commit cb0486a

Please sign in to comment.