Skip to content

Commit 165b47b

Browse files
committed
yarn lint fix
1 parent 9ab1750 commit 165b47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/aws-node-sdk/lib/utility/bucket-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class BucketUtility {
5353
return this.s3.send(new CreateBucketCommand({
5454
Bucket: bucketName,
5555
ObjectLockEnabledForBucket: true,
56-
})).then(() => bucketName)
56+
})).then(() => bucketName);
5757
}
5858

5959
createMany(bucketNames) {

0 commit comments

Comments
 (0)