mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
rubocop: fix spacing in code style
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user