Skip to content

Commit 4ee456d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/from.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ package planbuilder
1616

1717
import (
1818
"fmt"
19-
dtablefunctions "github.com/dolthub/go-mysql-server/sql/expression/tablefunction"
2019
"strings"
2120

2221
ast "github.com/dolthub/vitess/go/vt/sqlparser"
2322

2423
"github.com/dolthub/go-mysql-server/sql"
2524
"github.com/dolthub/go-mysql-server/sql/expression"
25+
dtablefunctions "github.com/dolthub/go-mysql-server/sql/expression/tablefunction"
2626
"github.com/dolthub/go-mysql-server/sql/mysql_db"
2727
"github.com/dolthub/go-mysql-server/sql/plan"
2828
"github.com/dolthub/go-mysql-server/sql/transform"

0 commit comments

Comments
 (0)