diff --git a/lib/Cake/Test/Case/Utility/HashTest.php b/lib/Cake/Test/Case/Utility/HashTest.php index 318a3538e..53b1d40c8 100644 --- a/lib/Cake/Test/Case/Utility/HashTest.php +++ b/lib/Cake/Test/Case/Utility/HashTest.php @@ -234,8 +234,7 @@ class HashTest extends CakeTestCase { * * @return void */ - public function testGetEmptyKey() - { + public function testGetEmptyKey() { $data = array( '' => 'some value' );