Skip to content

Commit 78556f7

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 82a4fd8 commit 78556f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/planbuilder/aggregates.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (b *Builder) buildGroupingCols(fromScope, projScope *scope, groupby ast.Gro
9696
// 4) a simple non-aggregate expression
9797
groupings := make([]sql.Expression, 0)
9898
fromScope.initGroupBy()
99-
99+
100100
g := fromScope.groupBy
101101
for _, e := range groupby {
102102
var col scopeColumn
@@ -254,7 +254,7 @@ func (b *Builder) buildAggregation(fromScope, projScope *scope, groupingCols []s
254254
return outScope
255255
}
256256

257-
// IsAggregateFunc is a hacky "extension point" to allow for other dialects to declare additional aggregate functions
257+
// IsAggregateFunc is a hacky "extension point" to allow for other dialects to declare additional aggregate functions
258258
var IsAggregateFunc = IsMySQLAggregateFuncName
259259

260260
func IsMySQLAggregateFuncName(name string) bool {

0 commit comments

Comments
 (0)