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:
rawtaz 2020-02-11 13:49:13 +01:00 committed by GitHub
commit 4de384087d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {