Skip to content

Commit 8b67f0c

Browse files
committed
Reformat extra space before line continuation
1 parent 1de9bb1 commit 8b67f0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
2929
org.opencontainers.image.version=$SPIGOT_VERSION \
3030
org.opencontainers.iamge.url="https://github.com/kriation/docker-spigot"
3131
ENV SPIGOT_VERSION=${SPIGOT_VERSION:-latest} \
32-
MC_SERVER_MEM=${MC_SERVER_MEM:-1024M} \
33-
MC_SERVER_PORT=${MC_SERVER_PORT:-25565} \
34-
MC_SERVER_QUERY=${MC_SERVER_QUERY:-false} \
35-
MC_SERVER_QUERY_PORT=${MC_SERVER_QUERY_PORT:-25565} \
36-
MC_SERVER_RCON=${MC_SERVER_RCON:-false} \
37-
MC_SERVER_RCON_PORT=${MC_SERVER_RCON_PORT:-25567} \
32+
MC_SERVER_MEM=${MC_SERVER_MEM:-1024M} \
33+
MC_SERVER_PORT=${MC_SERVER_PORT:-25565} \
34+
MC_SERVER_QUERY=${MC_SERVER_QUERY:-false} \
35+
MC_SERVER_QUERY_PORT=${MC_SERVER_QUERY_PORT:-25565} \
36+
MC_SERVER_RCON=${MC_SERVER_RCON:-false} \
37+
MC_SERVER_RCON_PORT=${MC_SERVER_RCON_PORT:-25567} \
3838
MC_SERVER_RCON_PASS=${MC_SERVER_RCON_PASS} \
3939
MC_EULA=${MC_EULA:-false} \
4040
JMX_ON=${JMX_ON:-false} \

0 commit comments

Comments
 (0)