Fix column widths for doctor command dependencies. (#1717)

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Ian M. Jones
2022-08-09 17:54:03 +10:00
committed by GitHub
co-authored by Lea Anthony
parent 57c9158551
commit 48cf03cb0d
@@ -115,7 +115,7 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
}
}
fmt.Fprintf(w, "%s\t%s\t%s\t%s\n", name, packageName, status, dependency.Version)
fmt.Fprintf(w, "%s \t%s \t%s \t%s\n", name, packageName, status, dependency.Version)
}
if hasOptionalDependencies {
fmt.Fprintf(w, "\n")