From eab02a5c8fc4d488ef10ab359cb807007affcc86 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 25 Oct 2023 05:30:40 +0000 Subject: [PATCH] Keep erblint happy --- app/views/_tailwind/applications/address.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/applications/address.html.erb b/app/views/_tailwind/applications/address.html.erb index 60e8901f2..d29baa103 100644 --- a/app/views/_tailwind/applications/address.html.erb +++ b/app/views/_tailwind/applications/address.html.erb @@ -3,4 +3,4 @@ <%= render "address_search", error: @error %> <% else %> <%= render "address_with_results", q: @q, error: @error, applications: @applications, sort: @sort, page: @page, alert: @alert, other_addresses: @other_addresses, full_address: @full_address, radius: @radius, time: @time %> -<% end %> \ No newline at end of file +<% end %>