mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Autoformat
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import java
|
||||
|
||||
class InstantiatedType extends ParameterizedType {
|
||||
InstantiatedType() {
|
||||
typeArgs(_, _, this)
|
||||
}
|
||||
InstantiatedType() { typeArgs(_, _, this) }
|
||||
}
|
||||
|
||||
Type getAMentionedType(RefType type) {
|
||||
|
||||
Reference in New Issue
Block a user