Skip to content

Commit daf5054

Browse files
committed
kp_va18_003.lkql: Fix syntax errors
1 parent eac4b33 commit daf5054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkql_checker/share/lkql/kp/kp_va18_003.lkql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ fun kp_va18_003(node) =
1919
for a in l.children
2020
if a.f_r_expr is not AttributeRef(
2121
f_attribute: Identifier(p_name_is("Tag"): true)
22-
and a.f_r_expr.p_expression_type().p_relative_name().p_name_is("Tag")
22+
) and a.f_r_expr.p_expression_type().p_relative_name().p_name_is("Tag")
2323
]

0 commit comments

Comments
 (0)