Skip to content

Commit 3c4d63c

Browse files
committed
Checkstyle
1 parent 45ccf0c commit 3c4d63c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/mybatis/dynamic/sql/util/spring/SpringUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public static <T> InsertStatementProvider<T> buildInsert(Buildable<InsertModel<T
5151
return insertStatement.build().render(RenderingStrategies.SPRING_NAMED_PARAMETER);
5252
}
5353

54-
public static <T> MultiRowInsertStatementProvider<T> buildMultiRowInsert(Buildable<MultiRowInsertModel<T>> insertStatement) {
54+
public static <T> MultiRowInsertStatementProvider<T> buildMultiRowInsert(
55+
Buildable<MultiRowInsertModel<T>> insertStatement) {
5556
return insertStatement.build().render(RenderingStrategies.SPRING_NAMED_PARAMETER);
5657
}
5758

0 commit comments

Comments
 (0)