2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

restic/internal/ui: fix gofmt nit that popped up in Go 1.13

This commit is contained in:
Lars Lehtonen 2020-02-10 11:06:47 -08:00
parent 644673bcf2
commit 57815d9cd6
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

View File

@ -216,7 +216,7 @@ func (b *Backup) CompleteItem(item string, previous, current *restic.Node, s arc
}
return
} else {
b.summary.ProcessedBytes += current.Size;
b.summary.ProcessedBytes += current.Size
}
switch current.Type {