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