Skip to content

Commit d8bf717

Browse files
committed
Minor change to the Celerity map formatting
Summary: Add a new line for clarity. Test Plan: Inspected `./resources/celerity/map.php`. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9931
1 parent 24d4764 commit d8bf717

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/celerity/map.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
/**
44
* This file is automatically generated. Use 'bin/celerity map' to rebuild it.
5+
*
56
* @generated
67
*/
78
return array(

src/infrastructure/celerity/management/CelerityManagementMapWorkflow.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ private function formatMapContent(array $data) {
359359
360360
/**
361361
* This file is automatically generated. Use 'bin/celerity map' to rebuild it.
362+
*
362363
* {$generated}
363364
*/
364365
return {$content};

0 commit comments

Comments
 (0)