Skip to content

Commit d2a93db

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/analyzer/replace_subqueries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func replaceSubqueries(ctx *sql.Context, a *Analyzer, n sql.Node, scope *plan.Sc
3232
case *plan.ShowCreateTable, *plan.ShowColumns, *plan.CreateView:
3333
return n, transform.SameTree, nil
3434
}
35-
35+
3636
return transform.NodeWithOpaque(n, func(node sql.Node) (sql.Node, transform.TreeIdentity, error) {
3737
if sqa, ok := node.(*plan.SubqueryAlias); ok && len(sqa.ColumnNames) == 0 {
3838
switch child := sqa.Child.(type) {

0 commit comments

Comments
 (0)