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

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 {