From 7c8a1e89a8d5a3ea082412d74521063ae1168ffd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Kukli=C5=84ski?= <senghe@gmail.com>
Date: Sun, 12 Nov 2023 21:17:06 +0100
Subject: [PATCH] Apply ECS fix

---
 tests/Functional/Api/FrequentlyAskedQuestionTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/Functional/Api/FrequentlyAskedQuestionTest.php b/tests/Functional/Api/FrequentlyAskedQuestionTest.php
index 982806793..61640c33b 100644
--- a/tests/Functional/Api/FrequentlyAskedQuestionTest.php
+++ b/tests/Functional/Api/FrequentlyAskedQuestionTest.php
@@ -35,7 +35,6 @@ public function test_block_response(): void
         $this->assertResponse($response, 'Api/FrequentlyAskedQuestionTest/test_it_get_frequently_asked_question_by_id', Response::HTTP_OK);
     }
 
-
     private function getRepository(): FrequentlyAskedQuestionRepositoryInterface
     {
         /** @var FrequentlyAskedQuestionRepositoryInterface $repository */