diff options
author | zelig <viktor.tron@gmail.com> | 2014-06-27 01:41:36 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-06-27 01:48:08 +0800 |
commit | ae5ace16190d48bfe7a0364fdb0b51644518ec42 (patch) | |
tree | e676f9b43b874a13fb47f642a27bfce02e425eff /ethereal/ui/gui.go | |
parent | 648c418fcd7a88fc48032c55c2dba87f6bdad8c7 (diff) | |
download | dexon-ae5ace16190d48bfe7a0364fdb0b51644518ec42.tar.gz dexon-ae5ace16190d48bfe7a0364fdb0b51644518ec42.tar.zst dexon-ae5ace16190d48bfe7a0364fdb0b51644518ec42.zip |
go fmt
Diffstat (limited to 'ethereal/ui/gui.go')
-rw-r--r-- | ethereal/ui/gui.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go index 83b1508e9..be7b395d8 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -6,9 +6,9 @@ import ( "github.com/ethereum/eth-go" "github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethdb" + "github.com/ethereum/eth-go/ethlog" "github.com/ethereum/eth-go/ethpub" "github.com/ethereum/eth-go/ethutil" - "github.com/ethereum/eth-go/ethlog" "github.com/ethereum/go-ethereum/utils" "github.com/go-qml/qml" "math/big" @@ -35,9 +35,9 @@ type Gui struct { addr []byte - pub *ethpub.PEthereum + pub *ethpub.PEthereum logLevel ethlog.LogLevel - open bool + open bool } // Create GUI, but doesn't start it |