summaryrefslogtreecommitdiff
path: root/lib/chef/dsl/resources.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/dsl/resources.rb')
-rw-r--r--lib/chef/dsl/resources.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/dsl/resources.rb b/lib/chef/dsl/resources.rb
index 9010edc5f7..4e404b44ed 100644
--- a/lib/chef/dsl/resources.rb
+++ b/lib/chef/dsl/resources.rb
@@ -35,7 +35,7 @@ class Chef
def #{dsl_name}(args = nil, &block)
declare_resource(#{dsl_name.inspect}, args, created_at: caller[0], &block)
end
- EOM
+ EOM
end
def self.remove_resource_dsl(dsl_name)