From 459a45e46c16cdfbae1066fa4a181fa5ae34687a Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 4 May 2015 16:21:13 +0200 Subject: [PATCH] Corrected with rubocop cop 'Lint/DefEndAlignment'. --- lib/import/otrs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/import/otrs.rb b/lib/import/otrs.rb index f28fc0e3b..747bca250 100644 --- a/lib/import/otrs.rb +++ b/lib/import/otrs.rb @@ -167,7 +167,7 @@ module Import::OTRS threads[thread].join } - end + end def self.diff_worker return if !Setting.get('import_mode')