Fixed gofmt

This commit is contained in:
Jan Stürtz 2016-08-22 22:07:10 +02:00
parent 374b1144de
commit 91c458bf74
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ func (cmd CmdBackup) newArchiveProgress(todo restic.Stat) *restic.Progress {
w, _, err := terminal.GetSize(int(os.Stdout.Fd()))
if err == nil {
maxlen := w - len(status2) -1
maxlen := w - len(status2) - 1
if maxlen < 4 {
status1 = ""