Fix rubocop offenses.

This commit is contained in:
Guo Xiang Tan 2017-08-02 15:56:11 +09:00
parent 611840a32d
commit 00dd5f1276
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# the idea here is to support server rendering
# there is a node example and we could inject this in a post processing job
class DiscourseMath::MathRenderer
def self.render(mathjax, options={})
def self.render(mathjax, options = {})
end
end