From ad183bf2f8216c79544a04333a0f716f32afaf92 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 3 Mar 2026 09:40:18 +0100 Subject: [PATCH] Bug 38365: Fix new_line_at_the_end_of_file QA failure [FAIL] api/v1/swagger/definitions/csp_report.yaml FAIL new_line_at_the_end_of_file Missing new line at the end of file, make sure your editor correctly reads .editorconfig ('insert_final_newline = true'). See bug 40541. --- api/v1/swagger/definitions/csp_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/definitions/csp_report.yaml b/api/v1/swagger/definitions/csp_report.yaml index fd0eae54ae6..064ff711ac6 100644 --- a/api/v1/swagger/definitions/csp_report.yaml +++ b/api/v1/swagger/definitions/csp_report.yaml @@ -57,4 +57,4 @@ properties: type: string description: First 40 characters of the inline script that caused the violation maxLength: 41 -additionalProperties: true \ No newline at end of file +additionalProperties: true -- 2.39.5