From d716bd57d0a6b8bf614b858c33ebbd7f53877952 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 3 Dec 2018 13:59:10 +0100 Subject: [PATCH] node: go fmt --- node/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/config.go b/node/config.go index b840b5593c..f1b4992683 100644 --- a/node/config.go +++ b/node/config.go @@ -19,7 +19,6 @@ package node import ( "crypto/ecdsa" "fmt" - "github.com/ethereum/go-ethereum/accounts/external" "io/ioutil" "os" "path/filepath" @@ -28,6 +27,7 @@ import ( "sync" "github.com/ethereum/go-ethereum/accounts" + "github.com/ethereum/go-ethereum/accounts/external" "github.com/ethereum/go-ethereum/accounts/keystore" "github.com/ethereum/go-ethereum/accounts/usbwallet" "github.com/ethereum/go-ethereum/common"