From 4f332504af69d4a158c5c9c079b8ef60771e4a64 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 7 Jul 2023 14:21:13 +0200 Subject: [PATCH] Add new line at the end of file --- app/views/admin/reports/filters/_customers.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/reports/filters/_customers.html.haml b/app/views/admin/reports/filters/_customers.html.haml index a72720c9e9..f4aa2ca77b 100644 --- a/app/views/admin/reports/filters/_customers.html.haml +++ b/app/views/admin/reports/filters/_customers.html.haml @@ -9,4 +9,4 @@ .omega.fourteen.columns = select_tag(:order_cycle_id, options_for_select(report_order_cycle_options(@data.order_cycles), params[:order_cycle_id]), - {:include_blank => true, :class => "select2 fullwidth light"}) \ No newline at end of file + {:include_blank => true, :class => "select2 fullwidth light"})