From 796396886d128c5b454ff8a8923cdc3fea4fdd46 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Mon, 14 Oct 2024 14:31:12 +0200 Subject: [PATCH] fix linter --- testing/chain_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/chain_test.go b/testing/chain_test.go index 5cab5dd5dd4..e72057765b3 100644 --- a/testing/chain_test.go +++ b/testing/chain_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" sdkmath "cosmossdk.io/math" - sdk "github.com/cosmos/cosmos-sdk/types" + sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking/types" ibctesting "github.com/cosmos/ibc-go/v9/testing"