diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-03-20 16:13:17 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-03-23 23:32:20 +0800 |
commit | 60de4d6dd1403abd4daa142bb2e43cb917fe7b15 (patch) | |
tree | 33fbb1fab7dd440feb2057ee440788eb19aa6a55 /cmd | |
parent | 08bb472c913a2b4cf0838785616b1ec7712d0b00 (diff) | |
download | dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar.gz dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar.zst dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.zip |
gofmt
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ethereum/blocktest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/blocktest.go b/cmd/ethereum/blocktest.go index b75518138..d9cdfa83f 100644 --- a/cmd/ethereum/blocktest.go +++ b/cmd/ethereum/blocktest.go @@ -5,9 +5,9 @@ import ( "github.com/codegangsta/cli" "github.com/ethereum/go-ethereum/cmd/utils" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/eth" "github.com/ethereum/go-ethereum/ethdb" - "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/tests" ) |