diff --git a/lib/math_renderer.rb b/lib/math_renderer.rb index 2a24520..cb818a4 100644 --- a/lib/math_renderer.rb +++ b/lib/math_renderer.rb @@ -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