Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Mar 26, 2024
1 parent ca5569e commit f0ee986
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions x/distribution/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"cosmossdk.io/x/distribution/keeper"
"cosmossdk.io/x/distribution/types"
staking "cosmossdk.io/x/staking/types"

"github.com/cosmos/cosmos-sdk/codec"
)

Expand Down
2 changes: 1 addition & 1 deletion x/distribution/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package keeper_test

import (
codectestutil "github.com/cosmos/cosmos-sdk/codec/testutil"
"testing"

"github.com/golang/mock/gomock"
Expand All @@ -13,6 +12,7 @@ import (
"cosmossdk.io/x/distribution/types"
stakingtypes "cosmossdk.io/x/staking/types"

codectestutil "github.com/cosmos/cosmos-sdk/codec/testutil"
sdk "github.com/cosmos/cosmos-sdk/types"
)

Expand Down
2 changes: 1 addition & 1 deletion x/distribution/keeper/msg_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestMsgWithdrawValidatorCommission(t *testing.T) {

valAddr1Str, err := codectestutil.CodecOptions{}.GetValidatorCodec().BytesToString(addrs[1])
require.NoError(t, err)

cases := []struct {
name string
preRun func()
Expand Down

0 comments on commit f0ee986

Please sign in to comment.