Skip to content

Commit 57942fc

Browse files
author
Amanda Pinsker
committed
Add unicode for merge states back in
1 parent fe7def1 commit 57942fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/pr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ func printPrs(w io.Writer, totalCount int, prs ...api.PullRequest) {
433433
}
434434
} else {
435435
s := strings.Title(strings.ToLower(pr.State))
436-
fmt.Fprintf(w, "%s", prStateColorFunc(s))
436+
fmt.Fprintf(w, "- %s", prStateColorFunc(s))
437437
}
438438

439439
fmt.Fprint(w, "\n")

0 commit comments

Comments
 (0)