Skip to content

Commit 70dab61

Browse files
work
1 parent 522ef6f commit 70dab61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/bumper/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,9 +480,9 @@ func getBody(commits []commit, assign []string) string {
480480
),
481481
)
482482
}
483-
lines = append(lines, "", "This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.")
483+
lines = append(lines, "", "This pull request is expected to merge without any human intervention. If tests are failing here, changes must land upstream to fix any issues so that future downstreaming efforts succeed.", "")
484484
for _, who := range assign {
485-
lines = append(lines, "", fmt.Sprintf("/cc @%s", who))
485+
lines = append(lines, fmt.Sprintf("/cc @%s", who))
486486
}
487487

488488
body := strings.Join(lines, "\n")

0 commit comments

Comments
 (0)