mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 23:02:41 +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(
|
||||
ArcanistEventType::TYPE_DIFF_DIDBUILDMESSAGE,
|
||||
array(
|
||||
'message' => $commit_message
|
||||
)
|
||||
);
|
||||
'message' => $commit_message,
|
||||
));
|
||||
|
||||
if (!$this->shouldOnlyCreateDiff()) {
|
||||
$revision = $this->buildRevisionFromCommitMessage($commit_message);
|
||||
|
|
Loading…
Reference in a new issue