Skip to content

Commit c8811f6

Browse files
jycorJames Cor
authored andcommitted
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 91c2a0b commit c8811f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/planbuilder/scope.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type scope struct {
5353
proc *procCtx
5454
parent *scope
5555
activeSubquery *subquery
56-
56+
5757
// groupBy collects aggregation functions and inputs
5858
groupBy *groupBy
5959

sql/rowexec/rel_iters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ type recursiveCteIter struct {
562562
cache sql.KeyValueCache
563563
// anchor to recursive table to repopulate with [temp]
564564
working *plan.RecursiveTable
565-
565+
566566
b *BaseBuilder
567567
// parent iter initialization state
568568
row sql.Row

0 commit comments

Comments
 (0)