Fix code style

This commit is contained in:
bootstraponline
2012-11-07 18:45:20 -07:00
parent 43591f75de
commit 7ea012d786
+2 -2
View File
@@ -181,8 +181,8 @@ module Gollum
self.class.default_ws_subs
@history_sanitization = options[:history_sanitization] ||
self.class.history_sanitization
@live_preview = options.fetch(:live_preview, true)
@universal_toc = options.fetch(:universal_toc, false)
@live_preview = options[:live_preview] || true
@universal_toc = options[:universal_toc] || false
@mathjax = options[:mathjax] || false
@show_all = options[:show_all] || false
@collapse_tree = options[:collapse_tree] || false