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