Browse Source

remove extra whitespace from #9304

antograssiot 9 years ago
parent
commit
b712fee137
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Utility/SecurityTest.php

+ 1 - 1
tests/TestCase/Utility/SecurityTest.php

@@ -260,7 +260,7 @@ class SecurityTest extends TestCase
     public function testEngineEquivalence()
     {
         $this->skipIf(!function_exists('mcrypt_encrypt') || version_compare(PHP_VERSION, '7.1', '>='), 'This needs mcrypt extension to be loaded.');
-        
+
         $restore = Security::engine();
         $txt = "Obi-wan you're our only hope";
         $key = 'This is my secret key phrase it is quite long.';