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

@ -1,8 +1,8 @@
package testutil
import (
"github.com/tendermint/go-crypto"
"github.com/tendermint/abci/types"
"github.com/tendermint/go-crypto"
)
//----------------------------------------