aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/value_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethutil/value_test.go')
-rw-r--r--ethutil/value_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethutil/value_test.go b/ethutil/value_test.go
index 7c58d3b56..861d35184 100644
--- a/ethutil/value_test.go
+++ b/ethutil/value_test.go
@@ -1,8 +1,9 @@
package ethutil
import (
- checker "gopkg.in/check.v1"
"math/big"
+
+ checker "gopkg.in/check.v1"
)
type ValueSuite struct{}