Browse Source

Fix lint error on TestEmail in EmailTest.php

LifeOrYou 8 years ago
parent
commit
14fb128d17
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Mailer/EmailTest.php

+ 0 - 1
tests/TestCase/Mailer/EmailTest.php

@@ -100,7 +100,6 @@ class TestEmail extends Email
     {
         return $this->_getContentTransferEncoding();
     }
-
 }
 
 /**