Commit c8b52761 authored by http://jneen.net/'s avatar http://jneen.net/

appease rubocop

parent 5ff8371c
module Gitlab module Gitlab
class Highlight class Highlight
def self.highlight(blob_name, blob_content, def self.highlight(blob_name, blob_content, repository: nil, nowrap: true, plain: false)
repository: nil, nowrap: true, plain: false)
new(blob_name, blob_content, nowrap: nowrap, repository: repository). new(blob_name, blob_content, nowrap: nowrap, repository: repository).
highlight(blob_content, continue: false, plain: plain) highlight(blob_content, continue: false, plain: plain)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment