Skip to content

Commit 8f8c956

Browse files
add space
1 parent f12e317 commit 8f8c956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-jdbc/src/test/java/org/springframework/data/jdbc/repository/support/SimpleJdbcRepositoryUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class SimpleJdbcRepositoryUnitTests {
4242
@Test // DATAJDBC-252
4343
public void saveReturnsEntityProducedByOperations() {
4444

45-
SimpleJdbcRepository<Sample, Object> repository = new SimpleJdbcRepository<>(operations, entity,converter);
45+
SimpleJdbcRepository<Sample, Object> repository = new SimpleJdbcRepository<>(operations, entity, converter);
4646

4747
Sample expected = new Sample();
4848
doReturn(expected).when(operations).save(any());

0 commit comments

Comments
 (0)