Skip to content

Commit e54d549

Browse files
authored
fix(lint): remove extra space so that lint passes. (aws#6440)
## Problem Currently seeing the following error on master ``` passes eslint: AssertionError [ERR_ASSERTION]: , /home/runner/work/aws-toolkit-vscode/aws-toolkit-vscode/packages/core/src/shared/clients/s3Client.ts Error: 468:[31](https://github.com/aws/aws-toolkit-vscode/actions/runs/12991583651/job/36229470175#step:6:32) error Delete `·` prettier/prettier` ``` ## Solution - delete the extra space. --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 3f69e96 commit e54d549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/clients/s3Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ export class DefaultS3Client {
465465
* Set '' as the default prefix to ensure that the bucket's content will be displayed
466466
* when the user has at least list access to the root of the bucket.
467467
* https://github.com/aws/aws-toolkit-vscode/issues/4643
468-
* @default ''
468+
* @default ''
469469
*/
470470
Prefix: request.folderPath ?? defaultPrefix,
471471
ContinuationToken: request.continuationToken,

0 commit comments

Comments
 (0)