diff options
author | Bas van Kervel <basvankervel@ziggo.nl> | 2015-05-12 21:20:53 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@ziggo.nl> | 2015-05-12 21:20:53 +0800 |
commit | 95773b9673ac78fdceb152d1dd2528f90e8a02b7 (patch) | |
tree | 6ab53e8bcb2c674b31eabd78c19ab11dbe9e0da4 /cmd | |
parent | b79dd188d916da7adbf448dc27b0c59a04e0938d (diff) | |
download | dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.gz dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.zst dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.zip |
removed redundant newlines in import block
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/js.go | 3 | ||||
-rw-r--r-- | cmd/mist/gui.go | 3 | ||||
-rw-r--r-- | cmd/mist/ui_lib.go | 1 | ||||
-rw-r--r-- | cmd/utils/flags.go | 3 |
4 files changed, 3 insertions, 7 deletions
diff --git a/cmd/geth/js.go b/cmd/geth/js.go index d7c76d85c..61e97433a 100644 --- a/cmd/geth/js.go +++ b/cmd/geth/js.go @@ -22,9 +22,8 @@ import ( "fmt" "math/big" "os" - "strings" - "path/filepath" + "strings" "github.com/ethereum/go-ethereum/cmd/utils" "github.com/ethereum/go-ethereum/common/docserver" diff --git a/cmd/mist/gui.go b/cmd/mist/gui.go index 36eb488ce..53194ae50 100644 --- a/cmd/mist/gui.go +++ b/cmd/mist/gui.go @@ -27,12 +27,11 @@ import ( "fmt" "io/ioutil" "math/big" + "path/filepath" "runtime" "sort" "time" - "path/filepath" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" "github.com/ethereum/go-ethereum/core/types" diff --git a/cmd/mist/ui_lib.go b/cmd/mist/ui_lib.go index eaf42db28..4db0122d3 100644 --- a/cmd/mist/ui_lib.go +++ b/cmd/mist/ui_lib.go @@ -22,7 +22,6 @@ package main import ( "io/ioutil" - "path/filepath" "github.com/ethereum/go-ethereum/common" diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 8c76a6edb..339dd3f47 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -7,9 +7,8 @@ import ( "math/big" "net/http" "os" - "runtime" - "path/filepath" + "runtime" "github.com/codegangsta/cli" "github.com/ethereum/ethash" |