Skip to content

Commit

Permalink
Merge pull request #7 from GrahamForks/cs
Browse files Browse the repository at this point in the history
Added missing new lines at eof
  • Loading branch information
taylorotwell committed Feb 25, 2015
2 parents 827e5f7 + 657191f commit af98113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/vendor
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion laravel
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ require __DIR__.'/../../autoload.php';
$app = new Symfony\Component\Console\Application('Laravel Installer', '1.1');
$app->add(new Laravel\Installer\Console\NewCommand);

$app->run();
$app->run();

0 comments on commit af98113

Please sign in to comment.