diff --git a/lib/gollum/tex.rb b/lib/gollum/tex.rb
index 9355f186..5612b116 100644
--- a/lib/gollum/tex.rb
+++ b/lib/gollum/tex.rb
@@ -8,7 +8,7 @@ module Gollum
def self.to_html(tex, type = :inline)
tex_uri = EscapeUtils.escape_uri(tex)
tex_alt = EscapeUtils.escape_html(tex)
- %{
}
+ %{
}
end
end
end