mirror of
https://github.com/octoleo/restic.git
synced 2025-02-02 11:58:26 +00:00
restic/internal/ui: fix gofmt nit that popped up in Go 1.13
This commit is contained in:
parent
644673bcf2
commit
57815d9cd6
@ -216,7 +216,7 @@ func (b *Backup) CompleteItem(item string, previous, current *restic.Node, s arc
|
|||||||
}
|
}
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
b.summary.ProcessedBytes += current.Size;
|
b.summary.ProcessedBytes += current.Size
|
||||||
}
|
}
|
||||||
|
|
||||||
switch current.Type {
|
switch current.Type {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user