Skip to content

Commit 69276a3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/plan/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type Project struct {
3838
// AliasDeps maps string representations of projected GetField expressions to whether it is projected alias
3939
// dependency
4040
AliasDeps map[string]bool
41-
sch sql.Schema
41+
sch sql.Schema
4242
}
4343

4444
var _ sql.Expressioner = (*Project)(nil)

0 commit comments

Comments
 (0)