Remove unnecessary strip from reference_class method

This commit is contained in:
Robert Speicher
2015-08-31 16:23:46 -04:00
parent 08ca941186
commit c104f4d590
+1 -1
View File
@@ -70,7 +70,7 @@ module Gitlab
end
def reference_class(type)
"gfm gfm-#{type}".strip
"gfm gfm-#{type}"
end
# Iterate through the document's text nodes, yielding the current node's