mirror of
https://github.com/restic/restic.git
synced 2025-05-22 12:28:22 +00:00
Fixed gofmt
This commit is contained in:
parent
374b1144de
commit
91c458bf74
@ -157,7 +157,7 @@ func (cmd CmdBackup) newArchiveProgress(todo restic.Stat) *restic.Progress {
|
|||||||
|
|
||||||
w, _, err := terminal.GetSize(int(os.Stdout.Fd()))
|
w, _, err := terminal.GetSize(int(os.Stdout.Fd()))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
maxlen := w - len(status2) -1
|
maxlen := w - len(status2) - 1
|
||||||
|
|
||||||
if maxlen < 4 {
|
if maxlen < 4 {
|
||||||
status1 = ""
|
status1 = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user