Skip to content

Commit f0544fb

Browse files
committed
Polish
1 parent 38cbc0f commit f0544fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/json/JsonTestersAutoConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ private static class JsonTesterFactoryBean<T, M> implements FactoryBean<T> {
127127
JsonTesterFactoryBean(Class<?> objectType, M marshaller) {
128128
this.objectType = objectType;
129129
this.marshaller = marshaller;
130-
131130
}
132131

133132
@Override

0 commit comments

Comments
 (0)