summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-06 09:24:49 -0700
committerTim Smith <tsmith@chef.io>2021-07-06 09:24:49 -0700
commitf72ec2cff0da6d8c3bf2b9a7809f99c07a5a2c2e (patch)
treecebdb06bece5a6cd61a0f515d060e0e58812a56d /lib/chef/client.rb
parent8457513756bfaed5e23b581990da023dd21aeb7b (diff)
downloadchef-f72ec2cff0da6d8c3bf2b9a7809f99c07a5a2c2e.tar.gz
Chefstyle fixes for RuboCop 1.18.3
New engine found a few new things Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 3a312701d2..efe6409fcd 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -751,7 +751,7 @@ class Chef
end
# Notification registration
- class<<self
+ class << self
#
# Add a listener for the 'client run started' event.
#