summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/importer.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-13 15:33:28 +0200
committerJames Lopez <james@jameslopez.es>2016-06-13 15:33:28 +0200
commite5cf4cd745514b81e7d12ef36f073823e5cdee96 (patch)
tree296355dc140bb4e87ddd0d506b827d9df45753ce /lib/gitlab/import_export/importer.rb
parent6f0c503397e184d2a68eec8d4285288abc29ce9a (diff)
downloadgitlab-ce-e5cf4cd745514b81e7d12ef36f073823e5cdee96.tar.gz
corrected a few warnings
Diffstat (limited to 'lib/gitlab/import_export/importer.rb')
-rw-r--r--lib/gitlab/import_export/importer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/importer.rb b/lib/gitlab/import_export/importer.rb
index d73ce43b491..8020aab3da9 100644
--- a/lib/gitlab/import_export/importer.rb
+++ b/lib/gitlab/import_export/importer.rb
@@ -7,7 +7,7 @@ module Gitlab
new(*args).import
end
- def initialize(archive_file: , shared:)
+ def initialize(archive_file:, shared:)
@archive_file = archive_file
@shared = shared
end