From 2bd5c03e68e2f46bf44a5b5ebcdb9d652bc55e49 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:48:03 +0000 Subject: [PATCH] Fix lint --- app/views/locations/check_answers.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/locations/check_answers.html.erb b/app/views/locations/check_answers.html.erb index 541c8513b..54db35127 100644 --- a/app/views/locations/check_answers.html.erb +++ b/app/views/locations/check_answers.html.erb @@ -23,7 +23,7 @@ <% row.with_key { attr[:name] } %> <% if attr[:attribute].eql?("postcode") && @location.is_la_inferred %> <% row.with_value do %> - <%= details_html(attr, @location)%> + <%= details_html(attr, @location) %> <%= formatted_local_authority_timeline(@location) %> <% end %> <% else %>