aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
diff options
context:
space:
mode:
authorBas van Kervel <basvankervel@ziggo.nl>2015-05-12 21:20:53 +0800
committerBas van Kervel <basvankervel@ziggo.nl>2015-05-12 21:20:53 +0800
commit95773b9673ac78fdceb152d1dd2528f90e8a02b7 (patch)
tree6ab53e8bcb2c674b31eabd78c19ab11dbe9e0da4 /cmd/mist
parentb79dd188d916da7adbf448dc27b0c59a04e0938d (diff)
downloadgo-tangerine-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar
go-tangerine-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.gz
go-tangerine-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.bz2
go-tangerine-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.lz
go-tangerine-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.xz
go-tangerine-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.zst
go-tangerine-95773b9673ac78fdceb152d1dd2528f90e8a02b7.zip
removed redundant newlines in import block
Diffstat (limited to 'cmd/mist')
-rw-r--r--cmd/mist/gui.go3
-rw-r--r--cmd/mist/ui_lib.go1
2 files changed, 1 insertions, 3 deletions
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"