Browse Source

Fix PHPCS.

mark_story 9 years ago
parent
commit
3d63012a2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Network/ResponseTest.php

+ 1 - 1
tests/TestCase/Network/ResponseTest.php

@@ -1667,7 +1667,7 @@ class ResponseTest extends TestCase
             ]
         );
         $this->assertEquals(
-            'text/html; charset=UTF-8', 
+            'text/html; charset=UTF-8',
             $response->getHeaderLine('Content-Type'),
             'No mutation'
         );