mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +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:
@ -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"
|
||||
)
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user