aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-03-20 16:13:17 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-03-23 23:32:20 +0800
commit60de4d6dd1403abd4daa142bb2e43cb917fe7b15 (patch)
tree33fbb1fab7dd440feb2057ee440788eb19aa6a55 /cmd
parent08bb472c913a2b4cf0838785616b1ec7712d0b00 (diff)
downloaddexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar
dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar.gz
dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar.bz2
dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar.lz
dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar.xz
dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.tar.zst
dexon-60de4d6dd1403abd4daa142bb2e43cb917fe7b15.zip
gofmt
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/blocktest.go2
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"
)