From 5545bdcb1c02abe338ccd07740067fb467faab5f Mon Sep 17 00:00:00 2001 From: GnaD13 Date: Wed, 17 Jan 2024 12:38:59 +0700 Subject: [PATCH] lint --- x/multi-staking/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/multi-staking/module.go b/x/multi-staking/module.go index 709e10f4..8fb312da 100644 --- a/x/multi-staking/module.go +++ b/x/multi-staking/module.go @@ -4,7 +4,6 @@ import ( "encoding/json" "fmt" - "github.com/cosmos/cosmos-sdk/x/staking/client/cli" gwruntime "github.com/grpc-ecosystem/grpc-gateway/runtime" multistakingkeeper "github.com/realio-tech/multi-staking-module/x/multi-staking/keeper" multistakingtypes "github.com/realio-tech/multi-staking-module/x/multi-staking/types" @@ -17,6 +16,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" "github.com/cosmos/cosmos-sdk/x/staking" + "github.com/cosmos/cosmos-sdk/x/staking/client/cli" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" )