Skip to content

Commit b776213

Browse files
committed
Fix spacing lint errors
1 parent 1345589 commit b776213

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/manual_uploads/manual_config_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if ! jq empty "$FILE" >/dev/null 2>&1; then
3737
exit 1
3838
fi
3939

40-
# === Prompt for AWS credentials if not set ===
40+
# === Prompt for AWS credentials if not set ===
4141

4242
if [ -z "$AWS_ACCESS_KEY_ID" ] || [ -z "$AWS_SECRET_ACCESS_KEY" ]; then
4343
echo "AWS credentials not found in environment. Let's set them now:"

tests/test_data/test_config/test_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
{
2121
"CohortLabel": "cohort_1",
2222
"Priority": 10
23-
},
23+
},
2424
{
2525
"CohortLabel": "cohort_2",
2626
"Priority": 20
27-
}
27+
}
2828
],
2929
"IterationRules": [
3030
{
@@ -36,7 +36,7 @@
3636
"AttributeName": "DATE_OF_BIRTH",
3737
"Operator": ">",
3838
"Comparator": "19000101"
39-
}
39+
}
4040
],
4141
"Version": 1,
4242
"Name": "Test Config",

0 commit comments

Comments
 (0)