Skip to content

Commit 039a1eb

Browse files
committed
chore: fix linter issue
1 parent afab832 commit 039a1eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x/mint/module_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import (
88
"cosmossdk.io/depinject"
99
"cosmossdk.io/log"
1010

11-
"github.com/axone-protocol/axoned/v8/x/mint/testutil"
12-
"github.com/axone-protocol/axoned/v8/x/mint/types"
13-
1411
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
1512
authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper"
1613
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
14+
15+
"github.com/axone-protocol/axoned/v8/x/mint/testutil"
16+
"github.com/axone-protocol/axoned/v8/x/mint/types"
1717
)
1818

1919
func TestItCreatesModuleAccountOnInitBlock(t *testing.T) {

0 commit comments

Comments
 (0)