Skip to content

Commit 0434cce

Browse files
committed
Java: Fix formatting of AutomodelVsCode.qll file
1 parent 95296f1 commit 0434cce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/src/utils/modeleditor/AutomodelVsCode.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ class CallableMethod extends Callable {
9393
/** Holds if this API is a known neutral. */
9494
pragma[nomagic]
9595
predicate isNeutral() {
96-
exists(
97-
string namespace, string type, string name, string signature
98-
|
96+
exists(string namespace, string type, string name, string signature |
9997
neutralModel(namespace, type, name, signature, _, _) and
10098
this = interpretElement(namespace, type, false, name, signature, "")
10199
)

0 commit comments

Comments
 (0)