Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fish-sammy committed Sep 18, 2023
1 parent 6f9f4ea commit 2b30d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion x/nexus/keeper/migrate.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package keeper

import (
"github.com/axelarnetwork/axelar-core/x/nexus/types"
sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/axelarnetwork/axelar-core/x/nexus/types"
)

// Migrate6to7 returns the handler that performs in-place store migrations
Expand Down
4 changes: 2 additions & 2 deletions x/nexus/keeper/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package keeper_test
import (
"testing"

"github.com/axelarnetwork/axelar-core/app"
"github.com/axelarnetwork/axelar-core/testutils/fake"
sdk "github.com/cosmos/cosmos-sdk/types"
params "github.com/cosmos/cosmos-sdk/x/params/types"
"github.com/stretchr/testify/assert"
"github.com/tendermint/tendermint/libs/log"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"

"github.com/axelarnetwork/axelar-core/app"
"github.com/axelarnetwork/axelar-core/testutils/fake"
"github.com/axelarnetwork/axelar-core/x/nexus/keeper"
"github.com/axelarnetwork/axelar-core/x/nexus/types"
. "github.com/axelarnetwork/utils/test"
Expand Down

0 comments on commit 2b30d4a

Please sign in to comment.