Skip to content

Commit c78165a

Browse files
committed
Fix trailing spaces
1 parent 2cac314 commit c78165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class S3Adapter {
186186
await this.createBucket();
187187
const command = new PutObjectCommand(params);
188188
await this._s3Client.send(command);
189-
189+
190190
let locationBase;
191191
if (this._endpoint) {
192192
try {

0 commit comments

Comments
 (0)