Commit c104f4d5 authored by Robert Speicher's avatar Robert Speicher

Remove unnecessary `strip` from `reference_class` method

parent 08ca9411
...@@ -70,7 +70,7 @@ module Gitlab ...@@ -70,7 +70,7 @@ module Gitlab
end end
def reference_class(type) def reference_class(type)
"gfm gfm-#{type}".strip "gfm gfm-#{type}"
end end
# Iterate through the document's text nodes, yielding the current node's # Iterate through the document's text nodes, yielding the current node's
......
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