Skip to content

Commit 830f81b

Browse files
committed
Java: Autoformat
1 parent 25b5601 commit 830f81b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/ql/lib/semmle/code/java/Generics.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@ class ParameterizedType extends ClassOrInterface {
367367
}
368368

369369
/** Holds if this type originates from source code. */
370-
override predicate fromSource() { typeVars(_, _, _, _, this) and ClassOrInterface.super.fromSource() }
370+
override predicate fromSource() {
371+
typeVars(_, _, _, _, this) and ClassOrInterface.super.fromSource()
372+
}
371373

372374
override string getAPrimaryQlClass() { result = "ParameterizedType" }
373375
}

0 commit comments

Comments
 (0)