Browse Source

Remove extra newline

Jose Diaz-Gonzalez 10 years ago
parent
commit
01ba43ce26
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Controller/ControllerTest.php

+ 0 - 1
tests/TestCase/Controller/ControllerTest.php

@@ -760,7 +760,6 @@ class ControllerTest extends TestCase
         $this->assertSame($Controller->request->params['paging']['Posts']['pageCount'], 2);
         $this->assertSame($Controller->request->params['paging']['Posts']['prevPage'], true);
         $this->assertSame($Controller->request->params['paging']['Posts']['nextPage'], false);
-
     }
 
     /**