fix lint.

This commit is contained in:
Raúl Kripalani 2021-08-06 15:04:59 +01:00
parent cd7e9477b5
commit 7b94399f9e

View File

@ -154,8 +154,8 @@ var dagstoreInitializeAllCmd = &cli.Command{
if !ok {
return nil
}
_, _ = fmt.Fprintf(os.Stdout, color.New(color.BgHiBlack).Sprintf("(%d/%d)", evt.Current, evt.Total))
_, _ = fmt.Fprintf(os.Stdout, " ")
_, _ = fmt.Fprint(os.Stdout, color.New(color.BgHiBlack).Sprintf("(%d/%d)", evt.Current, evt.Total))
_, _ = fmt.Fprint(os.Stdout, " ")
if evt.Event == "start" {
_, _ = fmt.Fprintln(os.Stdout, evt.Key, color.New(color.Reset).Sprint("STARTING"))
} else {