Skip to content

Commit 8262ecf

Browse files
committed
Fix syntax error in ql library
1 parent 0817abd commit 8262ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
predicate foo() {
2-
1 == 1
3-
}
2+
1 = 1
3+
}

0 commit comments

Comments
 (0)