From d9208d123933269c44d9cfef0e6a3df730876990 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ Date: Tue, 19 Jun 2018 14:21:19 +0800 Subject: [PATCH] gofmt --- p2p/discover/database.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/p2p/discover/database.go b/p2p/discover/database.go index 3c51d565..b27c67ef 100644 --- a/p2p/discover/database.go +++ b/p2p/discover/database.go @@ -28,7 +28,6 @@ import ( "sync" "time" - "github.com/bytom/crypto" log "github.com/sirupsen/logrus" "github.com/syndtr/goleveldb/leveldb" "github.com/syndtr/goleveldb/leveldb/errors" @@ -37,6 +36,8 @@ import ( "github.com/syndtr/goleveldb/leveldb/storage" "github.com/syndtr/goleveldb/leveldb/util" "github.com/tendermint/go-wire" + + "github.com/bytom/crypto" ) var ( -- 2.11.0