Skip to content

Commit 6e60c1e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/priv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ import (
1919
"strconv"
2020
"strings"
2121

22+
"github.com/dolthub/vitess/go/mysql"
2223
ast "github.com/dolthub/vitess/go/vt/sqlparser"
2324

2425
"github.com/dolthub/go-mysql-server/sql"
2526
"github.com/dolthub/go-mysql-server/sql/plan"
26-
"github.com/dolthub/vitess/go/mysql"
2727
)
2828

2929
func convertAccountName(names ...ast.AccountName) []plan.UserName {

0 commit comments

Comments
 (0)