C#: Autoformat QL files

This commit is contained in:
Tom Hvitved
2019-01-11 09:28:31 +01:00
parent 28261d6787
commit 390ebc96ae
37 changed files with 143 additions and 181 deletions

View File

@@ -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