mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C#: Autoformat QL files
This commit is contained in:
@@ -22,7 +22,7 @@ predicate logicalParent(LogicalOperation op, LogicalOperation parent) { parent =
|
||||
|
||||
from Expr e, int operators
|
||||
where
|
||||
not (e.getParent() instanceof LogicalOperation) and
|
||||
not e.getParent() instanceof LogicalOperation and
|
||||
operators = count(BinaryLogicalOperation op |
|
||||
logicalParent*(op, e) and nontrivialLogicalOperator(op)
|
||||
) and
|
||||
|
||||
Reference in New Issue
Block a user