Skip to content

Commit c2e7f56

Browse files
committed
++
1 parent f451483 commit c2e7f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/s3/manager/upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ func (u *uploader) initSize() error {
458458

459459
u.expectParts = u.totalSize / u.cfg.PartSize
460460
if u.totalSize%u.cfg.PartSize != 0 {
461-
u.expectParts += 1
461+
u.expectParts++
462462
}
463463
}
464464

0 commit comments

Comments
 (0)