Skip to content
Snippets Groups Projects
Commit b74f36c9 authored by Rubén Dávila's avatar Rubén Dávila
Browse files

Fix Rubocop complain. #3945

parent bb96d631
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment