style: Spaces (#343)

This commit is contained in:
Kroese 2024-01-18 09:09:59 +01:00 committed by GitHub
parent ced9942db6
commit 02238af1d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ case "${DISPLAY,,}" in
;;
none)
DISPLAY_OPTS="-display none -vga none"
;;
;;
*)
DISPLAY_OPTS="-display $DISPLAY -vga $VGA"
;;

View file

@ -106,7 +106,7 @@ getPorts() {
fi
[ -z "$list" ] && return 0
if [[ "$list" != *","* ]]; then
echo " ! --dport $list"
else