JavaScript: Autoformat.

This commit is contained in:
Anders Schack-Mulligen
2019-09-06 09:04:51 +02:00
parent 343230402a
commit ca45fb5a60
134 changed files with 396 additions and 764 deletions

View File

@@ -4,10 +4,6 @@ query string test_fromReference(DataFlow::Node node) {
result = GlobalAccessPath::fromReference(node)
}
query string test_fromRhs(DataFlow::Node node) {
result = GlobalAccessPath::fromRhs(node)
}
query string test_fromRhs(DataFlow::Node node) { result = GlobalAccessPath::fromRhs(node) }
query string test_assignedUnique() {
GlobalAccessPath::isAssignedInUniqueFile(result)
}
query string test_assignedUnique() { GlobalAccessPath::isAssignedInUniqueFile(result) }