Commit fab7bd77 authored by Kev's avatar Kev

Apply 1 suggestion(s) to 1 file(s)

parent bc58974d
......@@ -168,9 +168,7 @@ module Gitlab
# Now split each option by equals to separate
# each in the format [key, value]
options = options.map { |option| option.split "=" }
options.to_h
options.to_h { |option| option.split '=' }
end
end
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