mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JavaScript: Autoformat.
This commit is contained in:
@@ -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) }
|
||||
|
||||
Reference in New Issue
Block a user