Skip to content

Commit 7f44563

Browse files
weixsunwilkinsona
authored andcommitted
Remove unnecessary semicolon
See gh-26446
1 parent e9e1cc1 commit 7f44563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-test/src/test/java/org/springframework/boot/test/mock/mockito/MockitoPostProcessorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public boolean isSingleton() {
304304
return true;
305305
}
306306

307-
};
307+
}
308308

309309
static class FactoryBeanRegisteringPostProcessor implements BeanFactoryPostProcessor, Ordered {
310310

0 commit comments

Comments
 (0)