summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/from_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/mixin/from_file.rb')
-rw-r--r--lib/chef/mixin/from_file.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/mixin/from_file.rb b/lib/chef/mixin/from_file.rb
index a6692d798d..094f79b20f 100644
--- a/lib/chef/mixin/from_file.rb
+++ b/lib/chef/mixin/from_file.rb
@@ -20,7 +20,6 @@
class Chef
module Mixin
module FromFile
-
# Loads a given ruby file, and runs instance_eval against it in the context of the current
# object.
#
@@ -44,7 +43,6 @@ class Chef
raise IOError, "Cannot open or read #{filename}!"
end
end
-
end
end
end