aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/gui.go
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/gui.go
parentb79dd188d916da7adbf448dc27b0c59a04e0938d (diff)
downloaddexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar
dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.gz
dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.bz2
dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.lz
dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.xz
dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.tar.zst
dexon-95773b9673ac78fdceb152d1dd2528f90e8a02b7.zip
removed redundant newlines in import block
Diffstat (limited to 'cmd/mist/gui.go')
-rw-r--r--cmd/mist/gui.go3
1 files changed, 1 insertions, 2 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"