Skip to content

Commit d0d66f5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/plan/set_op.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (s *SetOp) Schema() sql.Schema {
9898
ls := s.left.Schema()
9999
rs := s.right.Schema()
100100
ret := make([]*sql.Column, len(ls))
101-
101+
102102
for i := range ls {
103103
c := *ls[i]
104104
if i < len(rs) {

0 commit comments

Comments
 (0)