x/ibc: fix missing return statement (#6099)
* enable the wsl linter Fix various wsl-related warnings. x/ibc/04-channel/keeper/handshake.go: fix missing return statement in ChanOpenTry(). * goimports -w files * remove unknown linter references * run make format * Revert "run make format" This reverts commit f810b62b9e4993f08506663d4e5f2ec2228a9863. * run make format
This commit is contained in:
@@ -6,10 +6,11 @@ import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/std"
|
||||
"github.com/stretchr/testify/require"
|
||||
tmtypes "github.com/tendermint/tendermint/types"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/std"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/codec"
|
||||
"github.com/cosmos/cosmos-sdk/server"
|
||||
"github.com/cosmos/cosmos-sdk/simapp"
|
||||
|
||||
Reference in New Issue
Block a user