From 2d67ac6b5e39418f7f4950d032188b2af981d4e3 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 24 Jul 2015 12:01:12 +0200 Subject: [PATCH] Improved code layout. --- lib/import/otrs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/import/otrs.rb b/lib/import/otrs.rb index 5dc89888f..50df41f6f 100644 --- a/lib/import/otrs.rb +++ b/lib/import/otrs.rb @@ -378,7 +378,7 @@ module Import::OTRS thread_count = 8 threads = {} steps = 20 - (1..thread_count).each {|thread| + (1..thread_count).each { |thread| threads[thread] = Thread.new { @@ -561,7 +561,7 @@ module Import::OTRS if user ticket_new[:customer_id] = user.id else - ticket_new[:customer_id] = 1 + ticket_new[:customer_id] = 1 end ticket_new.delete(:customer) else