From 307a55def61b79b10ad0c27ec4588b0b8d20930c Mon Sep 17 00:00:00 2001 From: lysu Date: Fri, 2 Jul 2021 17:10:23 +0800 Subject: [PATCH] fmt --- table/tables/tables.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/tables/tables.go b/table/tables/tables.go index f3e85fe0e8e43..b281d9dcf91b2 100644 --- a/table/tables/tables.go +++ b/table/tables/tables.go @@ -19,7 +19,6 @@ package tables import ( "context" - "github.com/pingcap/parser/charset" "math" "strconv" "strings" @@ -28,6 +27,7 @@ import ( "github.com/opentracing/opentracing-go" "github.com/pingcap/errors" + "github.com/pingcap/parser/charset" "github.com/pingcap/parser/model" "github.com/pingcap/parser/mysql" "github.com/pingcap/tidb/kv"