diff options
Diffstat (limited to 'lib/chef/util/diff.rb')
-rw-r--r-- | lib/chef/util/diff.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/util/diff.rb b/lib/chef/util/diff.rb index bb1b4e2b95..1920198191 100644 --- a/lib/chef/util/diff.rb +++ b/lib/chef/util/diff.rb @@ -178,7 +178,6 @@ class Chef def encode_diff_for_json(diff_str) diff_str.encode!("UTF-8", :invalid => :replace, :undef => :replace, :replace => "?") end - end end end |