From 479154bed1dbb8908f6bdc5113ecf3753f4767da Mon Sep 17 00:00:00 2001
From: Fabrice Gangler <fabrice.gangler@adullact.org>
Date: Tue, 25 Mar 2025 09:45:49 +0100
Subject: [PATCH] chore: fix coding standard

---
 webapp/tests/Functional/FunctionalTestSecurityTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/webapp/tests/Functional/FunctionalTestSecurityTest.php b/webapp/tests/Functional/FunctionalTestSecurityTest.php
index 347cd89..9c413a1 100644
--- a/webapp/tests/Functional/FunctionalTestSecurityTest.php
+++ b/webapp/tests/Functional/FunctionalTestSecurityTest.php
@@ -28,7 +28,6 @@
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
 use Symfony\Component\HttpFoundation\Response;
 
-
 class FunctionalTestSecurityTest extends WebTestCase
 {
     use TestHelperTrait;
-- 
GitLab