summaryrefslogtreecommitdiff
path: root/lib/chef/data_collector.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-04 14:15:19 -0800
committerTim Smith <tsmith84@gmail.com>2019-11-04 14:15:19 -0800
commit950f7f127d585eff203db8bd0b4904ca9282b6fd (patch)
tree32a58e2a98959497f26488c2f387c5800cdf54c1 /lib/chef/data_collector.rb
parent72352921c1b03957fdf39794737f45c88a9346ba (diff)
downloadchef-950f7f127d585eff203db8bd0b4904ca9282b6fd.tar.gz
Updates for Chefstyle with Rubocop 0.75.1
This update found a few things that should have been triggering before. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/data_collector.rb')
-rw-r--r--lib/chef/data_collector.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/data_collector.rb b/lib/chef/data_collector.rb
index 931671bf50..787747444d 100644
--- a/lib/chef/data_collector.rb
+++ b/lib/chef/data_collector.rb
@@ -64,8 +64,8 @@ class Chef
# @param events [Chef::EventDispatch::Dispatcher] the event dispatcher
def initialize(events)
@events = events
- @expanded_run_list = {}
- @deprecations = Set.new
+ @expanded_run_list = {}
+ @deprecations = Set.new
end
# Hook to grab the run_status. We also make the decision to run or not run here (our