Skip to content

Commit 8b57e87

Browse files
committed
should fail on spotless
1 parent d6aa14c commit 8b57e87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/diffblue/cover/annotations/InTestsUseClasses.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
/** Collects multiple {@link InTestsUseClasses} annotations. */
3838
@Retention(RUNTIME)
3939
@Target({PACKAGE, TYPE, METHOD, PARAMETER})
40-
@interface Repeatable {
40+
@interface Repeatable
41+
42+
{
4143

4244
/**
4345
* @return the repeated {@link InTestsUseClasses} annotations.

0 commit comments

Comments
 (0)