summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/base.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-07-02 15:59:11 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-07-02 15:59:11 -0700
commit1909f56148ce8f56777234d651dde1824f1017b0 (patch)
treee038fadca8a28a0dbf2ee6a06b56f602e6d09758 /lib/chef/formatters/base.rb
parentf50ffe2b1b3b0afc7aa2b01a9356e439f78a5fcd (diff)
downloadchef-1909f56148ce8f56777234d651dde1824f1017b0.tar.gz
Style/EmptyMethod
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/formatters/base.rb')
-rw-r--r--lib/chef/formatters/base.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/formatters/base.rb b/lib/chef/formatters/base.rb
index a295e1390d..95170936a6 100644
--- a/lib/chef/formatters/base.rb
+++ b/lib/chef/formatters/base.rb
@@ -146,8 +146,7 @@ class Chef
# Formatters::Base can implement #file_loaded to do the same thing for
# every kind of file that Chef loads from a recipe instead of
# implementing all the per-filetype callbacks.
- def file_loaded(path)
- end
+ def file_loaded(path); end
# Generic callback for any attribute/library/lwrp/recipe file throwing an
# exception when loaded. Default behavior is to use CompileErrorInspector