]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/front/controller/admin/SessionFilterController.php
Apply PHP Code Beautifier on source code for linter automatic fixes
[github/shaarli/Shaarli.git] / application / front / controller / admin / SessionFilterController.php
index d9a7a2e09250d8871521af0c6541ca5df54276ea..0917b6d20fc333c2333932873654b81e6190a0db 100644 (file)
@@ -45,6 +45,4 @@ class SessionFilterController extends ShaarliAdminController
 
         return $this->redirectFromReferer($request, $response, ['visibility']);
     }
-
-
 }