From 1d06864d147a859e672548c4c79680cbbfa5a3b7 Mon Sep 17 00:00:00 2001 From: Alexgao001 Date: Mon, 4 Dec 2023 16:12:14 +0800 Subject: [PATCH] fix: sort imports --- base/gfspvgmgr/virtual_group_manager.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/gfspvgmgr/virtual_group_manager.go b/base/gfspvgmgr/virtual_group_manager.go index 803cfd9e4..94496a286 100644 --- a/base/gfspvgmgr/virtual_group_manager.go +++ b/base/gfspvgmgr/virtual_group_manager.go @@ -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" @@ -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{}