rubocop: fix spacing in code style

This commit is contained in:
Anatoliy Yastreb 2016-05-25 21:48:21 +03:00
parent 5c036cf3c4
commit 2caf8e0621
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ eos
Jekyll::External.require_with_graceful_fail("rouge")
formatter = Rouge::Formatters::HTML.new(
:line_numbers => @highlight_options[:linenos],
:wrap => false
:wrap => false
)
lexer = Rouge::Lexer.find_fancy(@lang, code) || Rouge::Lexers::PlainText
formatter.format(lexer.lex(code))