mirror of
https://github.com/restic/restic.git
synced 2025-12-14 11:11:51 +00:00
Remove unnecessary type conversions.
This commit is contained in:
@@ -399,5 +399,5 @@ func (r *fileRestorer) reportBlobProgress(file *fileInfo, blobSize uint64) {
|
||||
if file.state == nil {
|
||||
action = restore.ActionFileRestored
|
||||
}
|
||||
r.progress.AddProgress(file.location, action, uint64(blobSize), uint64(file.size))
|
||||
r.progress.AddProgress(file.location, action, blobSize, uint64(file.size))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user