Formatting
This commit is contained in:
parent
021557912d
commit
a1ae68b4f4
1 changed files with 5 additions and 1 deletions
|
|
@ -104,7 +104,11 @@ func listRun(opts *listOptions) error {
|
|||
}
|
||||
|
||||
if opts.IO.IsStdoutTTY() {
|
||||
title := fmt.Sprintf("Showing %s in %s", text.Pluralize(len(autolinks), "autolink reference"), cs.Bold(ghrepo.FullName(repo)))
|
||||
title := fmt.Sprintf(
|
||||
"Showing %s in %s",
|
||||
text.Pluralize(len(autolinks), "autolink reference"),
|
||||
cs.Bold(ghrepo.FullName(repo)),
|
||||
)
|
||||
fmt.Fprintf(opts.IO.Out, "\n%s\n\n", title)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue