Add unicode for merge states back in
This commit is contained in:
parent
fe7def13d3
commit
57942fcaf8
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ func printPrs(w io.Writer, totalCount int, prs ...api.PullRequest) {
|
|||
}
|
||||
} else {
|
||||
s := strings.Title(strings.ToLower(pr.State))
|
||||
fmt.Fprintf(w, "%s", prStateColorFunc(s))
|
||||
fmt.Fprintf(w, "- %s", prStateColorFunc(s))
|
||||
}
|
||||
|
||||
fmt.Fprint(w, "\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue