Skip to content

Commit e722c99

Browse files
committed
Autoformat
1 parent 4f54bb6 commit e722c99

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

java/ql/consistency-queries/typeParametersInScope.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import java
22

33
class InstantiatedType extends ParameterizedType {
4-
InstantiatedType() {
5-
typeArgs(_, _, this)
6-
}
4+
InstantiatedType() { typeArgs(_, _, this) }
75
}
86

97
Type getAMentionedType(RefType type) {

0 commit comments

Comments
 (0)