Commit ed13174f authored by Kev's avatar Kev

Fix space before block offense

parent a71dcfe2
......@@ -168,7 +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 = options.map { |option| option.split "=" }
options.to_h
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