From a5af4008e4c2b8e7c29bd901157e2dd351263314 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 26 Sep 2025 09:29:21 +0200 Subject: [PATCH] Bug 38201: Add missing newlines at end of file (cherry picked from commit d5a9d6ebcc8ef5fd5189a3c91df5c0899d440aef) Signed-off-by: Jonathan Druart Signed-off-by: Lucas Gass --- api/v1/swagger/paths/erm_eholdings_resources.yaml | 2 +- t/cypress/support/component-index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/swagger/paths/erm_eholdings_resources.yaml b/api/v1/swagger/paths/erm_eholdings_resources.yaml index 5ed640a086c..6467b529054 100644 --- a/api/v1/swagger/paths/erm_eholdings_resources.yaml +++ b/api/v1/swagger/paths/erm_eholdings_resources.yaml @@ -218,4 +218,4 @@ $ref: "../swagger.yaml#/definitions/error" x-koha-authorization: permissions: - erm: 1 \ No newline at end of file + erm: 1 diff --git a/t/cypress/support/component-index.html b/t/cypress/support/component-index.html index f9354a32c8b..3312daacec2 100644 --- a/t/cypress/support/component-index.html +++ b/t/cypress/support/component-index.html @@ -12,4 +12,4 @@
- \ No newline at end of file + -- 2.51.0