Add newline to Differential review request e-mail
This commit is contained in:
parent
5752faecce
commit
692296a4d4
|
@ -29,6 +29,7 @@ final class DifferentialCCWelcomeMail extends DifferentialReviewRequestMail {
|
||||||
$body = array();
|
$body = array();
|
||||||
|
|
||||||
$body[] = "{$actor} added you to the CC list for the revision \"{$name}\".";
|
$body[] = "{$actor} added you to the CC list for the revision \"{$name}\".";
|
||||||
|
$body[] = null;
|
||||||
|
|
||||||
$body[] = $this->renderReviewRequestBody();
|
$body[] = $this->renderReviewRequestBody();
|
||||||
|
|
||||||
|
|
|
@ -44,6 +44,7 @@ final class DifferentialNewDiffMail extends DifferentialReviewRequestMail {
|
||||||
} else {
|
} else {
|
||||||
$body[] = "{$actor} updated the revision \"{$name}\".";
|
$body[] = "{$actor} updated the revision \"{$name}\".";
|
||||||
}
|
}
|
||||||
|
$body[] = null;
|
||||||
|
|
||||||
$body[] = $this->renderReviewRequestBody();
|
$body[] = $this->renderReviewRequestBody();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue