From 085200467b7021f67775ce11d1edd1731733ebec Mon Sep 17 00:00:00 2001 From: disksing Date: Mon, 28 Dec 2015 13:23:09 +0800 Subject: [PATCH] *: fix CI check --- structure/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/type.go b/structure/type.go index 6d255214e1..5e8c87cd13 100644 --- a/structure/type.go +++ b/structure/type.go @@ -17,8 +17,8 @@ import ( "bytes" "github.com/juju/errors" - "github.com/pingcap/tidb/util/codec" "github.com/pingcap/tidb/kv" + "github.com/pingcap/tidb/util/codec" ) // TypeFlag is for data structure meta/data flag.