Skip to content

Commit

Permalink
Add newline after actions in controller template
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Apr 14, 2014
1 parent d4ae2b0 commit f7cc0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Templates/default/classes/controller.ctp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class <?php echo $controllerName; ?>Controller extends <?php echo $plugin; ?>App
echo ");\n\n"; echo ");\n\n";
endif; endif;


echo trim($actions); echo trim($actions) . "\n";


endif; ?> endif; ?>
} }

0 comments on commit f7cc0c1

Please sign in to comment.