Minor formatting changes
Summary: Apply some autofix linter rules. Test Plan: `arc lint` and `arc unit` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin, hach-que Differential Revision: https://secure.phabricator.com/D10585
This commit is contained in:
@@ -26,7 +26,8 @@ final class PhabricatorInlineSummaryView extends AphrontView {
|
||||
'phabricator-inline-summary',
|
||||
array(
|
||||
$icon,
|
||||
pht('Inline Comments')));
|
||||
pht('Inline Comments'),
|
||||
));
|
||||
return $header;
|
||||
}
|
||||
|
||||
@@ -101,7 +102,8 @@ final class PhabricatorInlineSummaryView extends AphrontView {
|
||||
'class' => 'inline-summary-content',
|
||||
'colspan' => $colspan,
|
||||
),
|
||||
phutil_tag_div('phabricator-remarkup', $item['content']))));
|
||||
phutil_tag_div('phabricator-remarkup', $item['content'])),
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user