Skip to content

Commit

Permalink
infoschema: format imports in tables (pingcap#15446)
Browse files Browse the repository at this point in the history
  • Loading branch information
djshow832 authored Mar 18, 2020
1 parent d80855c commit abf9c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infoschema/perfschema/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
package perfschema

import (
"strings"

"github.com/pingcap/parser/model"
"github.com/pingcap/tidb/infoschema"
"github.com/pingcap/tidb/kv"
Expand All @@ -23,7 +25,6 @@ import (
"github.com/pingcap/tidb/types"
"github.com/pingcap/tidb/util/profile"
"github.com/pingcap/tidb/util/stmtsummary"
"strings"
)

const (
Expand Down

0 comments on commit abf9c7d

Please sign in to comment.