From cb0486a888dd3327a99beb439b710e40310fec1a Mon Sep 17 00:00:00 2001 From: sontrinh16 Date: Thu, 8 Aug 2024 07:28:21 +0700 Subject: [PATCH] more lint --- x/auth/keeper/msg_server_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x/auth/keeper/msg_server_test.go b/x/auth/keeper/msg_server_test.go index c33f9b80027d..43a17bc13bc0 100644 --- a/x/auth/keeper/msg_server_test.go +++ b/x/auth/keeper/msg_server_test.go @@ -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() {