Skip to content

Commit 20966ef

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sql/planbuilder/auth.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ package planbuilder
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql"
20-
"github.com/dolthub/go-mysql-server/sql/mysql_db"
19+
2120
"github.com/dolthub/vitess/go/mysql"
2221
ast "github.com/dolthub/vitess/go/vt/sqlparser"
22+
23+
"github.com/dolthub/go-mysql-server/sql"
24+
"github.com/dolthub/go-mysql-server/sql/mysql_db"
2325
)
2426

2527
// TODO: doc

0 commit comments

Comments
 (0)