fmt: run 'make fmt'

This commit is contained in:
Tzu-Jung Lee
2017-01-16 22:03:27 -08:00
parent 235b18d694
commit aae3c91e88
19 changed files with 20 additions and 20 deletions

View File

@ -3,8 +3,8 @@ package abcicli
import (
"sync"
. "github.com/tendermint/go-common"
types "github.com/tendermint/abci/types"
. "github.com/tendermint/go-common"
)
type localClient struct {