chore: auto format code

This commit is contained in:
github-actions[bot]
2026-03-11 12:09:05 +00:00
parent d3ca6d18dc
commit b9ad1dce2f

View File

@@ -31,7 +31,7 @@ xcodebuild_args=(
-derivedDataPath "$DERIVED_DATA_PATH"
)
if (( ${#VERSION_OVERRIDES[@]} > 0 )); then
if ((${#VERSION_OVERRIDES[@]} > 0)); then
xcodebuild_args+=("${VERSION_OVERRIDES[@]}")
fi