Skip to content

Commit bb43b2a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/planbuilder/set_op.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func colIdsForRel(n sql.Node) []sql.ColumnId {
232232
if setOp, ok := n.(*plan.SetOp); ok {
233233
return colIdsForRel(setOp.Left())
234234
}
235-
235+
236236
cols := n.Columns()
237237
if tn, ok := n.(sql.TableNode); ok {
238238
if pkt, ok := tn.UnderlyingTable().(sql.PrimaryKeyTable); ok && len(pkt.PrimaryKeySchema().Schema) != len(n.Schema()) {

0 commit comments

Comments
 (0)