Skip to content

Commit 2725264

Browse files
committed
Polishing formatting of DockerApi
1 parent 6db5ca9 commit 2725264

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
public class DockerApi {
5050

5151
private static final List<String> FORCE_PARAMS = Collections.unmodifiableList(Arrays.asList("force", "1"));
52-
52+
5353
static final String API_VERSION = "v1.24";
5454

5555
private final Http http;

0 commit comments

Comments
 (0)