]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/RouterTest.php
lint: apply phpcbf to tests/
[github/shaarli/Shaarli.git] / tests / RouterTest.php
old mode 100755 (executable)
new mode 100644 (file)
index 8838bc8..abf1bd5
@@ -218,7 +218,6 @@ class RouterTest extends PHPUnit_Framework_TestCase
             Router::$PAGE_CHANGEPASSWORD,
             Router::findPage('do=changepasswd&stuff', array(), true)
         );
-
     }
 
     /**
@@ -512,4 +511,4 @@ class RouterTest extends PHPUnit_Framework_TestCase
             Router::findPage('whatever', array(), true)
         );
     }
-}
\ No newline at end of file
+}