From 25970afaac7737369d337601e15175f0cbab4585 Mon Sep 17 00:00:00 2001 From: Vlad Date: Wed, 15 Mar 2017 00:08:00 +0100 Subject: [PATCH] whisper: formatting --- cmd/wnode/main.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cmd/wnode/main.go b/cmd/wnode/main.go index 5fb10d52a8..ff388f60f4 100644 --- a/cmd/wnode/main.go +++ b/cmd/wnode/main.go @@ -27,15 +27,13 @@ import ( "encoding/hex" "flag" "fmt" + "io/ioutil" "os" + "path/filepath" "strconv" "strings" "time" - "io/ioutil" - - "path/filepath" - "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/console"