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