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,8 +43,10 @@ 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 # 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 if [[ "$1" != "em_proxy" ]]; then
check_for_update minimuxer "$1" check_for_update minimuxer "$1"
if [[ "$1" != "minimuxer" ]]; then
echo echo
fi fi
fi
if [[ "$1" != "minimuxer" ]]; then if [[ "$1" != "minimuxer" ]]; then
check_for_update em_proxy "$1" check_for_update em_proxy "$1"
fi fi