mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Format ql
This commit is contained in:
@@ -37,7 +37,9 @@ class Annotation extends @annotation, Expr {
|
||||
}
|
||||
|
||||
/** Gets the annotation type declaration for this annotation. */
|
||||
override AnnotationType getType() { result = Expr.super.getType().(AnnotationType).getSourceDeclaration() }
|
||||
override AnnotationType getType() {
|
||||
result = Expr.super.getType().(AnnotationType).getSourceDeclaration()
|
||||
}
|
||||
|
||||
/** Gets the annotation element with the specified `name`. */
|
||||
AnnotationElement getAnnotationElement(string name) {
|
||||
|
||||
Reference in New Issue
Block a user