all: gofmt (#1743)

* all: gofmt

Run 'gofmt -w .' from project root.

* Update changelog to say that I ran gofmt

* Revert "Update changelog to say that I ran gofmt"

This reverts commit 956f133ff0354fd7338e7df7c823e6f98b655da6.
This commit is contained in:
ia
2018-06-15 02:03:50 +02:00
committed by Alexander Simmerl
parent 19af3e9733
commit b5775b56c6
7 changed files with 7 additions and 7 deletions

View File

@ -3,12 +3,12 @@ package client
import (
"context"
tmpubsub "github.com/tendermint/tendermint/libs/pubsub"
nm "github.com/tendermint/tendermint/node"
"github.com/tendermint/tendermint/rpc/core"
ctypes "github.com/tendermint/tendermint/rpc/core/types"
"github.com/tendermint/tendermint/types"
cmn "github.com/tendermint/tmlibs/common"
tmpubsub "github.com/tendermint/tendermint/libs/pubsub"
)
/*