mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 02:01:43 +00:00
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:
@ -8,10 +8,10 @@ import (
|
||||
"time"
|
||||
|
||||
cstypes "github.com/tendermint/tendermint/consensus/types"
|
||||
tmpubsub "github.com/tendermint/tendermint/libs/pubsub"
|
||||
"github.com/tendermint/tendermint/types"
|
||||
cmn "github.com/tendermint/tmlibs/common"
|
||||
"github.com/tendermint/tmlibs/log"
|
||||
tmpubsub "github.com/tendermint/tendermint/libs/pubsub"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user