Skip to content

Commit 06c9858

Browse files
committed
polishing
1 parent 8d00682 commit 06c9858

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/MappingRelationalConverter.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -731,9 +731,7 @@ public Object writeValue(@Nullable Object value, TypeInformation<?> type) {
731731
}
732732
}
733733

734-
return
735-
736-
getConversionService().convert(value, type.getType());
734+
return getConversionService().convert(value, type.getType());
737735
}
738736

739737
private Object writeArray(Object value, TypeInformation<?> type) {

0 commit comments

Comments
 (0)