fetch-prebuilt.sh whitespace improvement

This commit is contained in:
naturecodevoid
2023-02-20 19:43:46 -08:00
parent e87c537642
commit 4b343b500d

View File

@@ -43,7 +43,9 @@ check_for_update() {
# Allow for Xcode to check minimuxer and em_proxy separately by skipping the update check if the other one is specified as an argument
if [[ "$1" != "em_proxy" ]]; then
check_for_update minimuxer "$1"
echo
if [[ "$1" != "minimuxer" ]]; then
echo
fi
fi
if [[ "$1" != "minimuxer" ]]; then
check_for_update em_proxy "$1"