From 1fd74d10f0f6209ab00d7d7e527011a7ab789a55 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 24 May 2022 14:54:24 +0100 Subject: [PATCH] Rubocop --- app/services/imports/organisation_import_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/imports/organisation_import_service.rb b/app/services/imports/organisation_import_service.rb index a43901b2e..2eed9b30b 100644 --- a/app/services/imports/organisation_import_service.rb +++ b/app/services/imports/organisation_import_service.rb @@ -8,7 +8,7 @@ module Imports PROVIDER_TYPE = { "HOUSING-ASSOCIATION" => Organisation.provider_types[:PRP], - "LOCAL-AUTHORITY" => Organisation.provider_types[:LA] + "LOCAL-AUTHORITY" => Organisation.provider_types[:LA], }.freeze def create_organisation(xml_document)