From 57815d9cd6299e9344471f68feb7b907f9990e7a Mon Sep 17 00:00:00 2001 From: Lars Lehtonen Date: Mon, 10 Feb 2020 11:06:47 -0800 Subject: [PATCH] restic/internal/ui: fix gofmt nit that popped up in Go 1.13 --- internal/ui/jsonstatus/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ui/jsonstatus/status.go b/internal/ui/jsonstatus/status.go index d2969257a..ec1fb64be 100644 --- a/internal/ui/jsonstatus/status.go +++ b/internal/ui/jsonstatus/status.go @@ -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 {