Skip to content

Commit 2e0f6f8

Browse files
committed
Merge branch '3.4.x'
2 parents a55a6be + 5d68850 commit 2e0f6f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/h2/H2ConsoleAutoConfigurationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ private static DataSource mockDataSource(String url, ClassLoader classLoader) th
206206
given(metadata.getURL()).willReturn(url);
207207
return connection;
208208
});
209-
210209
return dataSource;
211210
}
212211

0 commit comments

Comments
 (0)