Skip to content

Commit 7dca203

Browse files
committed
Fix spacing
1 parent 0f19c27 commit 7dca203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lib-storage/src/Upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class Upload extends EventEmitter {
276276
const partResult = await this.client.send(
277277
new UploadPartCommand({
278278
...this.params,
279-
ContentLength: partSize || undefined,
279+
ContentLength: partSize || undefined,
280280
UploadId: this.uploadId,
281281
Body: dataPart.data,
282282
PartNumber: dataPart.partNumber,

0 commit comments

Comments
 (0)