From 949715f2e10925ea79d5645078fcb3b4bfd225da Mon Sep 17 00:00:00 2001 From: sersut Date: Mon, 20 May 2013 16:04:41 -0700 Subject: Fix comments that include FIXME / TODO / XXX. --- lib/chef/util/diff.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/chef/util/diff.rb') 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? -- cgit v1.2.1