Commit b74f36c9 authored by Rubén Dávila's avatar Rubén Dávila

Fix Rubocop complain. #3945

parent bb96d631
......@@ -44,11 +44,11 @@ module Gitlab
def formatter
@formatter ||= Rouge::Formatters::HTMLGitlab.new(
nowrap: true,
cssclass: 'code highlight',
lineanchors: true,
lineanchorsid: 'LC'
)
nowrap: true,
cssclass: 'code highlight',
lineanchors: true,
lineanchorsid: 'LC'
)
end
end
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