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

appease rubocop

parent 5ff8371c
module Gitlab
class Highlight
def self.highlight(blob_name, blob_content,
repository: nil, nowrap: true, plain: false)
def self.highlight(blob_name, blob_content, repository: nil, nowrap: true, plain: false)
new(blob_name, blob_content, nowrap: nowrap, repository: repository).
highlight(blob_content, continue: false, plain: plain)
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