From 6747ffc9e579adacd6e7925c02b493f36b2e8d83 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 3 May 2024 14:42:21 +0900 Subject: [PATCH] fix: check-format warning Signed-off-by: zemyblue --- app/wasm_filter_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/wasm_filter_test.go b/app/wasm_filter_test.go index 20f337b6..84cece92 100644 --- a/app/wasm_filter_test.go +++ b/app/wasm_filter_test.go @@ -3,6 +3,9 @@ package app import ( "testing" + ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types" + clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types" "github.com/golang/protobuf/proto" // nolint: staticcheck "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" @@ -17,9 +20,6 @@ import ( "github.com/Finschia/wasmd/x/wasm/keeper/wasmtesting" wasmtypes "github.com/Finschia/wasmd/x/wasm/types" wasmvmtypes "github.com/Finschia/wasmvm/types" - ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types" - clienttypes "github.com/cosmos/ibc-go/v4/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v4/modules/core/04-channel/types" ) func TestFilteredStargateMsgEncoders(t *testing.T) {