Format ql

This commit is contained in:
Chris Smowton
2022-12-01 10:33:59 +00:00
parent 78234c52fd
commit 251513c1d3

View File

@@ -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) {