Minor cs fixes

This commit is contained in:
Graham Campbell
2014-03-15 10:14:55 +00:00
parent a2cb6049c9
commit 753370615e
22 changed files with 23 additions and 23 deletions

View File

@@ -20,4 +20,4 @@ class HomeController extends BaseController {
return View::make('hello');
}
}
}