From ffba80c2314621e4d32d17c0d1dfcf7a8bf86b9a Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:08:26 +0000 Subject: [PATCH] Remove blank line --- app/models/form/sales/questions/buyer2_relationship_to_buyer1.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/form/sales/questions/buyer2_relationship_to_buyer1.rb b/app/models/form/sales/questions/buyer2_relationship_to_buyer1.rb index 9520ace67..fd65f14a2 100644 --- a/app/models/form/sales/questions/buyer2_relationship_to_buyer1.rb +++ b/app/models/form/sales/questions/buyer2_relationship_to_buyer1.rb @@ -17,7 +17,6 @@ class Form::Sales::Questions::Buyer2RelationshipToBuyer1 < ::Form::Question def answer_options if form.start_year_2024_or_later? - { "P" => { "value" => "Partner" }, "C" => { "value" => "Child" },