Fix up newline formatting in Differential emails a bit.
This commit is contained in:
@@ -106,6 +106,8 @@ class DifferentialCommentMail extends DifferentialMail {
|
||||
}
|
||||
|
||||
$body[] = $this->renderRevisionDetailLink();
|
||||
$body[] = null;
|
||||
|
||||
$revision = $this->getRevision();
|
||||
if ($revision->getStatus() == DifferentialRevisionStatus::COMMITTED) {
|
||||
$phids = $revision->loadCommitPHIDs();
|
||||
@@ -125,8 +127,6 @@ class DifferentialCommentMail extends DifferentialMail {
|
||||
$body[] = null;
|
||||
}
|
||||
|
||||
$body[] = null;
|
||||
|
||||
return implode("\n", $body);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user