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:
@@ -78,7 +78,7 @@ final class PhabricatorFileInfoController extends PhabricatorFileController {
|
||||
array(
|
||||
$crumbs,
|
||||
$object_box,
|
||||
$timeline
|
||||
$timeline,
|
||||
),
|
||||
array(
|
||||
'title' => $file->getName(),
|
||||
@@ -126,7 +126,8 @@ final class PhabricatorFileInfoController extends PhabricatorFileController {
|
||||
|
||||
return array(
|
||||
$timeline,
|
||||
$add_comment_form);
|
||||
$add_comment_form,
|
||||
);
|
||||
}
|
||||
|
||||
private function buildActionView(PhabricatorFile $file) {
|
||||
|
||||
Reference in New Issue
Block a user