Skip to content

Commit 9024cba

Browse files
committed
Rust: Remove redundant brackets.
1 parent 612b923 commit 9024cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/ql/consistency-queries/ExtractionConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ query predicate extractionError(ExtractionError ee) {
1212
}
1313

1414
query predicate extractionWarning(ExtractionWarning ew) {
15-
(not exists(ew.getLocation()) or ew.getLocation().fromSource())
15+
not exists(ew.getLocation()) or ew.getLocation().fromSource()
1616
}

0 commit comments

Comments
 (0)