all: gofmt

Run 'gofmt -w .' from project root.
This commit is contained in:
ia
2018-06-13 22:13:03 +02:00
parent 27bd1deabe
commit b6c8bfc8e8
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ package txindex
import (
"errors"
"github.com/tendermint/tendermint/types"
"github.com/tendermint/tendermint/libs/pubsub/query"
"github.com/tendermint/tendermint/types"
)
// TxIndexer interface defines methods to index and search transactions.
+1 -1
View File
@@ -3,9 +3,9 @@ package null
import (
"errors"
"github.com/tendermint/tendermint/libs/pubsub/query"
"github.com/tendermint/tendermint/state/txindex"
"github.com/tendermint/tendermint/types"
"github.com/tendermint/tendermint/libs/pubsub/query"
)
var _ txindex.TxIndexer = (*TxIndex)(nil)