From cdad2f684debda15e8cf773185e78f93892eda35 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 2 Jul 2018 10:31:50 -0700 Subject: fix Layout/LeadingCommentSpace Signed-off-by: Lamont Granquist --- lib/chef/resource_reporter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/resource_reporter.rb') diff --git a/lib/chef/resource_reporter.rb b/lib/chef/resource_reporter.rb index aa1e427bc5..1ec25fc79a 100644 --- a/lib/chef/resource_reporter.rb +++ b/lib/chef/resource_reporter.rb @@ -72,7 +72,7 @@ class Chef as_hash["result"] = action.to_s if success? else - #as_hash["result"] = "failed" + # as_hash["result"] = "failed" end if new_resource.cookbook_name as_hash["cookbook_name"] = new_resource.cookbook_name -- cgit v1.2.1