diff --git a/java/ql/consistency-queries/typeParametersInScope.ql b/java/ql/consistency-queries/typeParametersInScope.ql index 35e12593185..b22bda0b108 100644 --- a/java/ql/consistency-queries/typeParametersInScope.ql +++ b/java/ql/consistency-queries/typeParametersInScope.ql @@ -1,9 +1,7 @@ import java class InstantiatedType extends ParameterizedType { - InstantiatedType() { - typeArgs(_, _, this) - } + InstantiatedType() { typeArgs(_, _, this) } } Type getAMentionedType(RefType type) {