From b9ad1dce2f462871f7908702bd7cbeb80ef7696a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:09:05 +0000 Subject: [PATCH] chore: auto format code --- scripts/atlas/build-native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/atlas/build-native.sh b/scripts/atlas/build-native.sh index b523088..2386a05 100755 --- a/scripts/atlas/build-native.sh +++ b/scripts/atlas/build-native.sh @@ -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