Skip to content

Commit 634c771

Browse files
committed
Remove trailing whitespace (Checkstyle)
See gh-26471
1 parent 2fbfd8a commit 634c771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public static Object[] buildValueArray(
350350
Object paramValue = paramSource.getValue(paramName);
351351
if (paramValue instanceof SqlParameterValue) {
352352
paramArray[i] = paramValue;
353-
}
353+
}
354354
else {
355355
paramArray[i] = (param != null ? new SqlParameterValue(param, paramValue) :
356356
SqlParameterSourceUtils.getTypedValue(paramSource, paramName));

0 commit comments

Comments
 (0)