summaryrefslogtreecommitdiff
path: root/lib/chef/provider/breakpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/breakpoint.rb')
-rw-r--r--lib/chef/provider/breakpoint.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/breakpoint.rb b/lib/chef/provider/breakpoint.rb
index a71c9e317d..c37e57e083 100644
--- a/lib/chef/provider/breakpoint.rb
+++ b/lib/chef/provider/breakpoint.rb
@@ -19,7 +19,6 @@
class Chef
class Provider
class Breakpoint < Chef::Provider
-
provides :breakpoint
def load_current_resource
@@ -32,7 +31,6 @@ class Chef
run_context.resource_collection.iterator
end
end
-
end
end
end