Skip to content

Commit a02fa93

Browse files
remove line break
1 parent 1a1d4d1 commit a02fa93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

infra/scripts/quota_check_params.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ for REGION in "${REGIONS[@]}"; do
221221
done
222222
done
223223

224-
if { [ "$IS_USER_PROVIDED_PAIRS" = true ] && [ "$INSUFFICIENT_QUOTA" = false ] && [ "$FOUND" = true ]; } || \
225-
{ [ "$APPLY_OR_CONDITION" != true ] || [ "$AT_LEAST_ONE_MODEL_AVAILABLE" = true ]; }; then
224+
if { [ "$IS_USER_PROVIDED_PAIRS" = true ] && [ "$INSUFFICIENT_QUOTA" = false ] && [ "$FOUND" = true ]; } || { [ "$APPLY_OR_CONDITION" != true ] || [ "$AT_LEAST_ONE_MODEL_AVAILABLE" = true ]; }; then
226225
VALID_REGIONS+=("$REGION")
227226
TABLE_ROWS+=("${TEMP_TABLE_ROWS[@]}")
228227
INDEX=$((INDEX + 1))

0 commit comments

Comments
 (0)