Fix Rubocop complain. #3945

This commit is contained in:
Rubén Dávila 2015-12-30 13:10:28 -05:00
parent bb96d63153
commit b74f36c9ca
1 changed files with 5 additions and 5 deletions

View File

@ -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