diff --git a/index.js b/index.js index db20c2c..f9c0f52 100644 --- a/index.js +++ b/index.js @@ -107,7 +107,9 @@ class S3Adapter { } async createBucket() { - if (this._hasBucket) { return; } + if (this._hasBucket) { + return; + } try { await this._s3Client.send(new CreateBucketCommand({ Bucket: this._bucket }));