Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-19 18:05:35 +0300
committerJames Lopez <james@jameslopez.es>2016-05-19 18:05:35 +0300
commit6782cd3cf6bd298c0c26538db35704bf13fcabb3 (patch)
treed21356efc5fcf116edf6b61213e6231acbe30c6d
parentdd86c91c730cfee6edbc6ed1708caa85056cea91 (diff)
fix extra space
-rw-r--r--lib/gitlab/import_export/relation_factory.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/relation_factory.rb b/lib/gitlab/import_export/relation_factory.rb
index d5b80beb312..0fdf208cfa0 100644
--- a/lib/gitlab/import_export/relation_factory.rb
+++ b/lib/gitlab/import_export/relation_factory.rb
@@ -3,7 +3,6 @@ module Gitlab
module RelationFactory
extend self
-
OVERRIDES = { snippets: :project_snippets,
ci_commits: 'Ci::Commit',
statuses: 'commit_status',