summaryrefslogtreecommitdiff
path: root/lib/chef/util/diff.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-05-20 16:04:41 -0700
committersersut <serdar@opscode.com>2013-05-20 16:04:41 -0700
commit949715f2e10925ea79d5645078fcb3b4bfd225da (patch)
tree9adc18232a136120985c5ebbed511f06d895f2ac /lib/chef/util/diff.rb
parent669bb5913611ebe4838afee4c120d0006d289646 (diff)
downloadchef-949715f2e10925ea79d5645078fcb3b4bfd225da.tar.gz
Fix comments that include FIXME / TODO / XXX.
Diffstat (limited to 'lib/chef/util/diff.rb')
-rw-r--r--lib/chef/util/diff.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef/util/diff.rb b/lib/chef/util/diff.rb
index 1151722af8..9431939793 100644
--- a/lib/chef/util/diff.rb
+++ b/lib/chef/util/diff.rb
@@ -94,7 +94,8 @@ class Chef
else
@diff = result.stdout.split("\n")
@diff.delete("\\ No newline at end of file")
- # XXX: successful return of the diff is here, we return nil as no error... ugh...
+ # Successful return of the diff.
+ # We return nil as no error...
return nil
end
elsif not result.stderr.empty?