Skip to content

Commit 251513c

Browse files
committed
Format ql
1 parent 78234c5 commit 251513c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java/ql/lib/semmle/code/java/Annotation.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ class Annotation extends @annotation, Expr {
3737
}
3838

3939
/** Gets the annotation type declaration for this annotation. */
40-
override AnnotationType getType() { result = Expr.super.getType().(AnnotationType).getSourceDeclaration() }
40+
override AnnotationType getType() {
41+
result = Expr.super.getType().(AnnotationType).getSourceDeclaration()
42+
}
4143

4244
/** Gets the annotation element with the specified `name`. */
4345
AnnotationElement getAnnotationElement(string name) {

0 commit comments

Comments
 (0)