Skip to content

Commit 49074d8

Browse files
committed
chore(repo): fix formatting
1 parent 24a01bd commit 49074d8

File tree

2 files changed

+1
-3
lines changed
  • spring-boot-project/spring-boot-tools

2 files changed

+1
-3
lines changed

spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/configuration/ResolvedDockerHost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public boolean isRemote() {
7272
if (originalAddress.startsWith(UNIX_SOCKET_PREFIX)) {
7373
return false;
7474
}
75-
// Check the processed address for http/tcp
75+
// Check the processed address for http/tcp
7676
String processedAddress = getAddress();
7777
if (processedAddress.startsWith("http") || processedAddress.startsWith("tcp")) {
7878
// Check if it's localhost or 127.0.0.1 - these are local even over TCP

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/dockerTest/java/org/springframework/boot/gradle/tasks/bundling/BootBuildImageIntegrationTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ void buildsImageWithVolumeCaches() throws IOException {
316316
}
317317

318318
@TestTemplate
319-
@EnabledOnOs(value = OS.LINUX, disabledReason = "Works with Docker Engine on Linux but is not reliable with "
320-
+ "Docker Desktop on other OSs")
321319
void buildsImageWithBindCaches() throws IOException {
322320
writeMainClass();
323321
writeLongNameResource();

0 commit comments

Comments
 (0)