Skip to content

Commit c9232c0

Browse files
committed
Autoformat
1 parent 1039e29 commit c9232c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/consistency-queries/typeParametersInScope.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ TypeVariable getATypeVariableInScope(RefType type) {
4949
from ClassOrInterface typeUser, TypeVariable outOfScope
5050
where
5151
outOfScope = getATypeUsedInClass(typeUser) and not outOfScope = getATypeVariableInScope(typeUser)
52-
select "Type " + typeUser + " uses out-of-scope type variable " + outOfScope + ". Note the Java extractor is known to sometimes do this; the Kotlin extractor should not."
52+
select "Type " + typeUser + " uses out-of-scope type variable " + outOfScope +
53+
". Note the Java extractor is known to sometimes do this; the Kotlin extractor should not."

0 commit comments

Comments
 (0)