rubocop: fix spacing in code style
This commit is contained in:
parent
5c036cf3c4
commit
2caf8e0621
|
@ -112,7 +112,7 @@ eos
|
||||||
Jekyll::External.require_with_graceful_fail("rouge")
|
Jekyll::External.require_with_graceful_fail("rouge")
|
||||||
formatter = Rouge::Formatters::HTML.new(
|
formatter = Rouge::Formatters::HTML.new(
|
||||||
:line_numbers => @highlight_options[:linenos],
|
:line_numbers => @highlight_options[:linenos],
|
||||||
:wrap => false
|
:wrap => false
|
||||||
)
|
)
|
||||||
lexer = Rouge::Lexer.find_fancy(@lang, code) || Rouge::Lexers::PlainText
|
lexer = Rouge::Lexer.find_fancy(@lang, code) || Rouge::Lexers::PlainText
|
||||||
formatter.format(lexer.lex(code))
|
formatter.format(lexer.lex(code))
|
||||||
|
|
Loading…
Reference in New Issue