Commit b2b7b38c authored by James Lopez's avatar James Lopez

fix rubocop warnings

parent cffae0d2
......@@ -2,4 +2,4 @@ module Gitlab
module ImportExport
class Error < StandardError; end
end
end
\ No newline at end of file
end
......@@ -53,7 +53,7 @@ module Gitlab
parsed_hash = { include: value }
@attributes_parser.parse(value) do |hash|
parsed_hash = { include: hash_or_merge(value, hash) }
parsed_hash = { include: hash_or_merge(value, hash) }
end
@json_config_hash[current_key] = parsed_hash
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment