diff --git a/app/models/form/sales/questions/number_of_others_in_property.rb b/app/models/form/sales/questions/number_of_others_in_property.rb index 46df505f7..ddf2adb31 100644 --- a/app/models/form/sales/questions/number_of_others_in_property.rb +++ b/app/models/form/sales/questions/number_of_others_in_property.rb @@ -8,5 +8,5 @@ class Form::Sales::Questions::NumberOfOthersInProperty < ::Form::Question @hint_text = "You can provide details for a maximum of 4 other people." @page = page @width = 2 - end + end end