From d8cfde313469c233a9ad33da39db968223afb128 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 22 Dec 2022 16:40:54 +0000 Subject: [PATCH] refactor: linting --- app/models/form/sales/questions/buyers_organisations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/form/sales/questions/buyers_organisations.rb b/app/models/form/sales/questions/buyers_organisations.rb index 1b932f02a..a30f27372 100644 --- a/app/models/form/sales/questions/buyers_organisations.rb +++ b/app/models/form/sales/questions/buyers_organisations.rb @@ -1,7 +1,7 @@ class Form::Sales::Questions::BuyersOrganisations < ::Form::Question def initialize(id, hsh, page) super - @id="organisations_buyers" + @id = "organisations_buyers" @check_answer_label = "Organisations buyers were registered with" @header = "What organisations were the buyers registered with?" @type = "checkbox"