summaryrefslogtreecommitdiff
path: root/app/workers
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-03 12:46:00 +0200
committerJames Lopez <james@jameslopez.es>2016-05-03 12:46:00 +0200
commit6139e1433c7f1925a7fc599106656990410a4184 (patch)
treeb67fbbad8839aa9f8ea436ce9ddc5ea51f09aa34 /app/workers
parent9d306eb132bf153a0c93dd870d3a098028f12384 (diff)
downloadgitlab-ce-6139e1433c7f1925a7fc599106656990410a4184.tar.gz
fixing some rubucop warnings
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/project_import_worker.rb (renamed from app/workers/project_impor_worker.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/project_impor_worker.rb b/app/workers/project_import_worker.rb
index 0ef353fa441..0e8b9552442 100644
--- a/app/workers/project_impor_worker.rb
+++ b/app/workers/project_import_worker.rb
@@ -22,4 +22,4 @@ class ProjectImportWorker
project.repository.after_import
project.import_finish
end
-end \ No newline at end of file
+end