Java: Fix formatting of AutomodelVsCode.qll file

This commit is contained in:
Koen Vlaswinkel
2023-09-13 14:54:03 +02:00
parent 95296f1518
commit 0434cce4c3

View File

@@ -93,9 +93,7 @@ class CallableMethod extends Callable {
/** Holds if this API is a known neutral. */
pragma[nomagic]
predicate isNeutral() {
exists(
string namespace, string type, string name, string signature
|
exists(string namespace, string type, string name, string signature |
neutralModel(namespace, type, name, signature, _, _) and
this = interpretElement(namespace, type, false, name, signature, "")
)