summaryrefslogtreecommitdiff
path: root/lib/chef/handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/handler.rb')
-rw-r--r--lib/chef/handler.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/handler.rb b/lib/chef/handler.rb
index b720a11a45..e5affa0a53 100644
--- a/lib/chef/handler.rb
+++ b/lib/chef/handler.rb
@@ -56,7 +56,6 @@ class Chef
# end
#
class Handler
-
# The list of currently configured start handlers
def self.start_handlers
Array(Chef::Config[:start_handlers])
@@ -230,6 +229,5 @@ class Chef
def data
@run_status.to_hash
end
-
end
end