review comments:

gofmt
This commit is contained in:
Liamsi
2018-06-21 12:21:33 -07:00
parent a39b2522d5
commit 9803f18494

View File

@ -9,6 +9,7 @@ import (
"strings"
"testing"
"github.com/gorilla/websocket"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
@ -16,7 +17,6 @@ import (
rs "github.com/tendermint/tendermint/rpc/lib/server"
types "github.com/tendermint/tendermint/rpc/lib/types"
"github.com/tendermint/tmlibs/log"
"github.com/gorilla/websocket"
)
//////////////////////////////////////////////////////////////////////////////