Skip to content

Commit 1f24c59

Browse files
committed
additionnal fixups
1 parent e67f77b commit 1f24c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sur/quota.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function objectMPU(bucket, key, parts, partSize, callback) {
216216
UploadId: uploadId,
217217
};
218218
return s3Client.send(new CompleteMultipartUploadCommand(params))
219-
.then( data => next(null, data))
219+
.then(data => next(null, data))
220220
.catch(next);
221221
},
222222
], err => {

0 commit comments

Comments
 (0)