Skip to content

Commit ea93c00

Browse files
committed
kp_t805_037.lkql: Correct syntax error
1 parent 08f1ead commit ea93c00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lkql_checker/share/lkql/kp/kp_t805_037.lkql

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ fun kp_t805_037(node) =
1515
f_constraint: CompositeConstraint(
1616
p_is_discriminant_constraint(): true
1717
)
18-
and [
19-
id for id in (from c.f_default_expr select Identifier)
20-
if [d for d in discs if d.p_name_matches(id)]
21-
]
18+
)
19+
and [
20+
id for id in (from c.f_default_expr select Identifier)
21+
if [d for d in discs if d.p_name_matches(id)]
22+
]
2223
]
2324
}

0 commit comments

Comments
 (0)