diff --git a/app/models/form/lettings/questions/rsnvac_first_let.rb b/app/models/form/lettings/questions/rsnvac_first_let.rb index 8d7da0433..df66b57cd 100644 --- a/app/models/form/lettings/questions/rsnvac_first_let.rb +++ b/app/models/form/lettings/questions/rsnvac_first_let.rb @@ -12,11 +12,8 @@ class Form::Lettings::Questions::RsnvacFirstLet < ::Form::Question end ANSWER_OPTIONS = { - "16" => - { "value" => "First let of conversion, rehabilitation or acquired property" }, - "17" => - { "value" => "First let of leased property" }, - "15" => - { "value" => "First let of new-build property" }, + "16" => { "value" => "First let of conversion, rehabilitation or acquired property" }, + "17" => { "value" => "First let of leased property" }, + "15" => { "value" => "First let of new-build property" }, }.freeze end