Browse Source

Fix coding standards.

mark_story 13 years ago
parent
commit
11227f5490

+ 0 - 1
lib/Cake/Test/Case/Console/Command/SchemaShellTest.php

@@ -396,7 +396,6 @@ class SchemaShellTest extends CakeTestCase {
 		CakePlugin::unload();
 	}
 
-
 /**
  * Test schema run create with no table args.
  *

+ 3 - 1
lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php

@@ -76,7 +76,9 @@ class RequestHandlerTestController extends Controller {
  *
  * @package       Cake.Test.Case.Controller.Component
  */
-class CustomJsonView extends JsonView {}
+class CustomJsonView extends JsonView {
+
+}
 
 /**
  * RequestHandlerComponentTest class