Add unicode for merge states back in

This commit is contained in:
Amanda Pinsker 2020-03-19 13:30:35 -07:00
parent fe7def13d3
commit 57942fcaf8

View file

@ -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")