Skip to content

Commit

Permalink
fix: check-format warning
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • 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.