forked from TrueCloudLab/restic
Merge pull request #2575 from alrs/fix-travis
restic/internal/ui: fix gofmt nit that popped up in Go 1.13
This commit is contained in:
commit
4de384087d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue