Skip to content

Commit fff8702

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent abddd05 commit fff8702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/information_schema/tables_table.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ package information_schema
1717
import (
1818
"errors"
1919

20+
"github.com/dolthub/vitess/go/sqltypes"
21+
2022
. "github.com/dolthub/go-mysql-server/sql"
2123
"github.com/dolthub/go-mysql-server/sql/types"
22-
"github.com/dolthub/vitess/go/sqltypes"
2324
)
2425

2526
// newMySQLTablesTable returns a InformationSchemaTable for MySQL.

0 commit comments

Comments
 (0)