Skip to content

Commit b7b5151

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/plan/common.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
package plan
1616

1717
import (
18+
"strings"
19+
1820
"github.com/dolthub/go-mysql-server/sql"
1921
"github.com/dolthub/go-mysql-server/sql/expression"
2022
"github.com/dolthub/go-mysql-server/sql/mysql_db"
2123
"github.com/dolthub/go-mysql-server/sql/transform"
22-
"strings"
2324
)
2425

2526
// IsUnary returns whether the node is unary or not.

0 commit comments

Comments
 (0)