mirror of
https://github.com/github/codeql.git
synced 2026-06-03 04:40:14 +02:00
Rust: Remove redundant brackets.
This commit is contained in:
@@ -12,5 +12,5 @@ query predicate extractionError(ExtractionError ee) {
|
||||
}
|
||||
|
||||
query predicate extractionWarning(ExtractionWarning ew) {
|
||||
(not exists(ew.getLocation()) or ew.getLocation().fromSource())
|
||||
not exists(ew.getLocation()) or ew.getLocation().fromSource()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user