From 8406a857acab4d16e38288e9a071d74a96c9a265 Mon Sep 17 00:00:00 2001 From: Cristina <579522+CristinaRO@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:08:18 +0000 Subject: [PATCH] Remove extra empty line at the end of file --- app/views/reports/index.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/reports/index.html.haml b/app/views/reports/index.html.haml index ef1392acfa..73ef144724 100644 --- a/app/views/reports/index.html.haml +++ b/app/views/reports/index.html.haml @@ -19,4 +19,3 @@ = render partial: "shared/reports/grouped_table", locals: { grouped_reports: @grouped_reports.current, type: "current" } .govuk-tabs__panel{ id: "approved" } = render partial: "shared/reports/grouped_table", locals: { grouped_reports: @grouped_reports.approved, type: "approved" } -