Skip to content

Commit dbd5775

Browse files
committed
Remove trailing whitespace
1 parent 57a665c commit dbd5775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-test-autoconfigure/src/test/java/org/springframework/boot/test/autoconfigure/filter/FilterAnnotationsTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void filterRegex() throws Exception {
7676
FilterAnnotations filterAnnotations = get(FilterByRegex.class);
7777
assertThat(match(filterAnnotations, ExampleWithAnnotation.class)).isFalse();
7878
assertThat(match(filterAnnotations, ExampleWithoutAnnotation.class)).isTrue();
79-
}
79+
}
8080

8181
private FilterAnnotations get(Class<?> type) {
8282
Filters filters = AnnotatedElementUtils.getMergedAnnotation(type, Filters.class);

0 commit comments

Comments
 (0)