mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-17 01:08:40 +01:00
Add a comma.
Summary: Add a comma because it was going to annoy the crap out of me. Test Plan: See the comma. :) Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4365
This commit is contained in:
parent
7547ef7e96
commit
a5ddd7ebc0
1 changed files with 2 additions and 3 deletions
|
@ -429,9 +429,8 @@ EOTEXT
|
||||||
$this->dispatchEvent(
|
$this->dispatchEvent(
|
||||||
ArcanistEventType::TYPE_DIFF_DIDBUILDMESSAGE,
|
ArcanistEventType::TYPE_DIFF_DIDBUILDMESSAGE,
|
||||||
array(
|
array(
|
||||||
'message' => $commit_message
|
'message' => $commit_message,
|
||||||
)
|
));
|
||||||
);
|
|
||||||
|
|
||||||
if (!$this->shouldOnlyCreateDiff()) {
|
if (!$this->shouldOnlyCreateDiff()) {
|
||||||
$revision = $this->buildRevisionFromCommitMessage($commit_message);
|
$revision = $this->buildRevisionFromCommitMessage($commit_message);
|
||||||
|
|
Loading…
Add table
Reference in a new issue