Skip to content

Commit 75db02d

Browse files
committed
Merge pull request #26446 from weixsun
* gh-26446: Remove unnecessary semicolon Closes gh-26446
2 parents e9e1cc1 + 7f44563 commit 75db02d

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)