Skip to content

Commit

Permalink
fix: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgao001 committed Dec 4, 2023
1 parent d59c023 commit 1d06864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/gfspvgmgr/virtual_group_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"time"

"cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/bnb-chain/greenfield-storage-provider/base/gfspclient"
"github.com/bnb-chain/greenfield-storage-provider/base/types/gfsperrors"
"github.com/bnb-chain/greenfield-storage-provider/core/consensus"
Expand All @@ -20,7 +22,6 @@ import (
"github.com/bnb-chain/greenfield-storage-provider/util"
sptypes "github.com/bnb-chain/greenfield/x/sp/types"
virtualgrouptypes "github.com/bnb-chain/greenfield/x/virtualgroup/types"
sdk "github.com/cosmos/cosmos-sdk/types"
)

var _ vgmgr.VirtualGroupManager = &virtualGroupManager{}
Expand Down

0 comments on commit 1d06864

Please sign in to comment.