summaryrefslogtreecommitdiff
path: root/lib/diff/lcs/htmldiff.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/diff/lcs/htmldiff.rb')
-rw-r--r--lib/diff/lcs/htmldiff.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/diff/lcs/htmldiff.rb b/lib/diff/lcs/htmldiff.rb
index 7eab41d..a57dd51 100644
--- a/lib/diff/lcs/htmldiff.rb
+++ b/lib/diff/lcs/htmldiff.rb
@@ -46,12 +46,14 @@ class Diff::LCS::HTMLDiff
end
end
+ # standard:disable Style/HashSyntax
DEFAULT_OPTIONS = {
:expand_tabs => nil,
:output => nil,
:css => nil,
:title => nil
}.freeze
+ # standard:enable Style/HashSyntax
# standard:disable Layout/HeredocIndentation
DEFAULT_CSS = <<-CSS