Skip to content

Commit

Permalink
fix: check-format warning
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <[email protected]>
  • Loading branch information
zemyblue committed May 3, 2024
1 parent 6747bd2 commit 6747ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/wasm_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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) {
Expand Down

0 comments on commit 6747ffc

Please sign in to comment.