diff --git a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php b/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php index 0acf88ddf..f58c969bf 100644 --- a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php +++ b/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php @@ -473,8 +473,7 @@ class CakeEmailTest extends CakeTestCase { * * @return void */ - public function testFormatAddressEncodeAndEscape() - { + public function testFormatAddressEncodeAndEscape() { $result = $this->CakeEmail->formatAddress(array( 'test@example.com' => 'Website, ascii' ));