Skip to content

Commit

Permalink
one more indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Mar 16, 2021
1 parent f1b8ef6 commit df4e2c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/format/under_way.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func UnderReview(prs []*pending_review.PullRequestSummary) string {

breif := "is **1** pull request"
if rowCount > 1 {
breif = "are ***" + fmt.Sprint(rowCount) + "** pull requests"
breif = "are **" + fmt.Sprint(rowCount) + "** pull requests"
}

return `
Expand All @@ -28,5 +28,6 @@ There ` + breif + ` currently under way :eyes:
PR | By | Recipe | Reviews | :stop_sign: Blockers | :star2: Approvers
:---: | --- | --- | :---: | --- | ---
` + tableBody
` +
tableBody
}

0 comments on commit df4e2c9

Please sign in to comment.