]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Security / Firewall / WsseListener.php
index b247478587fd25f8b135edeefa2b6e2bb84a1128..4d4f2145c884ff16d2b2e5108747602aa04ee5ce 100644 (file)
@@ -52,7 +52,6 @@ class WsseListener implements ListenerInterface
             $response = new Response();
             $response->setStatusCode(403);
             $event->setResponse($response);
-
         }
     }
-}
\ No newline at end of file
+}