mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Add rubocop to our build. (#5004)
This commit is contained in:
@ -3,7 +3,7 @@ require 'html_to_markdown'
|
||||
|
||||
describe HtmlToMarkdown do
|
||||
|
||||
def html_to_markdown(html, opts={})
|
||||
def html_to_markdown(html, opts = {})
|
||||
HtmlToMarkdown.new(html, opts).to_markdown
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user