From c6c7bee0641d87e9127fe8b6250217ce656f2a54 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Mon, 22 Jul 2019 17:04:50 +0200 Subject: [PATCH] gofmt --- blockchain/v1/reactor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/v1/reactor_test.go b/blockchain/v1/reactor_test.go index c821b2c3..b5965a2a 100644 --- a/blockchain/v1/reactor_test.go +++ b/blockchain/v1/reactor_test.go @@ -12,7 +12,6 @@ import ( abci "github.com/tendermint/tendermint/abci/types" cfg "github.com/tendermint/tendermint/config" cmn "github.com/tendermint/tendermint/libs/common" - dbm "github.com/tendermint/tm-cmn/db" "github.com/tendermint/tendermint/libs/log" "github.com/tendermint/tendermint/mock" "github.com/tendermint/tendermint/p2p" @@ -21,6 +20,7 @@ import ( "github.com/tendermint/tendermint/store" "github.com/tendermint/tendermint/types" tmtime "github.com/tendermint/tendermint/types/time" + dbm "github.com/tendermint/tm-cmn/db" ) var config *cfg.Config