OSDN Git Service

gofmt
authorHAOYUatHZ <haoyu@protonmail.com>
Tue, 19 Jun 2018 06:21:19 +0000 (14:21 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Tue, 19 Jun 2018 06:21:19 +0000 (14:21 +0800)
p2p/discover/database.go

index 3c51d56..b27c67e 100644 (file)
@@ -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 (