Improve formatting

This commit is contained in:
Arthur Baars
2020-12-07 15:12:43 +01:00
parent 2394b26636
commit ed3b102ecc

View File

@@ -26,7 +26,8 @@ private predicate patternNode(Generated::AstNode n, boolean parameter) {
n in [
any(Generated::Assignment assign).getLeft(),
any(Generated::OperatorAssignment assign).getLeft(),
any(Generated::ExceptionVariable a).getChild(), any(Generated::For f).getPattern(_)
any(Generated::ExceptionVariable exceptionVariable).getChild(),
any(Generated::For for).getPattern(_)
]
}