From 0eee6522f8a53783d76dcf486a2a85e4342d5331 Mon Sep 17 00:00:00 2001 From: Khanh Hoa Date: Fri, 24 May 2024 11:06:42 +0700 Subject: [PATCH] chore: fix lint --- custom/staking/module.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/staking/module.go b/custom/staking/module.go index e5871f8d..3d42fcda 100644 --- a/custom/staking/module.go +++ b/custom/staking/module.go @@ -2,9 +2,10 @@ package bank import ( "context" + "fmt" + abci "github.com/cometbft/cometbft/abci/types" - "fmt" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/types/module" stakingmodule "github.com/cosmos/cosmos-sdk/x/staking"