aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethutil/main_test.go')
-rw-r--r--ethutil/main_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethutil/main_test.go b/ethutil/main_test.go
index 94f34677d..fd4278ce7 100644
--- a/ethutil/main_test.go
+++ b/ethutil/main_test.go
@@ -1,8 +1,9 @@
package ethutil
import (
- checker "gopkg.in/check.v1"
"testing"
+
+ checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }