mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 11:06:10 +10:00
Remove unnecessary strip from reference_class method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user