Commit 3f6daa05 authored by Jared Deckard's avatar Jared Deckard

Preserve leading whitespace in comments

parent b70abe63
......@@ -50,7 +50,7 @@ module Gitlab
content, commands = perform_substitutions(content, commands)
[content.strip, commands]
[content.rstrip, commands]
end
private
......
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