Skip to content

Commit 2b56bc9

Browse files
committed
chore: lint
Signed-off-by: Kevin Shan <[email protected]>
1 parent 60298cd commit 2b56bc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/amplify-codegen-e2e-core/src/configure/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const defaultProjectSettings = {
2828
/**
2929
* Supported regions:
3030
* - All Amplify regions, as reported https://docs.aws.amazon.com/general/latest/gr/amplify.html
31-
*
31+
*
3232
* NOTE:
3333
* - The list is used to configure correct region in Amplify profile as env var $CLI_REGION
3434
* - 'ap-east-1' is not included in the list due to known discrepancy in Amplify CLI 'configure' command dropdown and supported regions

scripts/split-canary-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const CODEBUILD_CONFIG_BASE_PATH: string = join(CODEBUILD_CONFIG_PATH, 'canary_w
1010
/**
1111
* Supported regions:
1212
* - All Amplify regions, as reported https://docs.aws.amazon.com/general/latest/gr/amplify.html
13-
*
13+
*
1414
* NOTE:
1515
* - 'ap-east-1' is not included in the list due to known discrepancy in Amplify CLI 'configure' command dropdown and supported regions
1616
* - Since 'ap-east-1' is not available via 'amplify configure', test $CLI_REGION with 'ap-east-1' will run in 'us-east-1'

scripts/split-e2e-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const DEBUG_FLAG = '--debug';
2222
/**
2323
* Supported regions:
2424
* - All Amplify regions, as reported https://docs.aws.amazon.com/general/latest/gr/amplify.html
25-
*
25+
*
2626
* NOTE:
2727
* - 'ap-east-1' is not included in the list due to known discrepancy in Amplify CLI 'configure' command dropdown and supported regions
2828
* - Since 'ap-east-1' is not available via 'amplify configure', test $CLI_REGION with 'ap-east-1' will run in 'us-east-1'

0 commit comments

Comments
 (0)