From b2308546c022bb1104932cf3328f99482c8f9572 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Fri, 25 Nov 2016 17:22:34 +0100 Subject: [PATCH] Fixed rubocop newline issue caused by merge. --- 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 cabf286e5..81f75b780 100644 --- a/lib/import/otrs.rb +++ b/lib/import/otrs.rb @@ -159,4 +159,4 @@ module Import limit_import('CustomerUser', limit: 50) end end -end \ No newline at end of file +end