diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-29 00:33:41 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-29 00:33:41 -0700 |
commit | ec49035a996ac35f24e832641e4708c6bc5eed77 (patch) | |
tree | 1ec71b3732c218b06c8fcfe69a1676a490623486 /lib/chef/provider/deploy.rb | |
parent | 9e85bbdb9419e5b9946ab6d0d37817612e43cc4a (diff) | |
download | chef-ec49035a996ac35f24e832641e4708c6bc5eed77.tar.gz |
fixing all the extra blank lines
yes, i just used rubocop on the chef sourcecode...
Diffstat (limited to 'lib/chef/provider/deploy.rb')
-rw-r--r-- | lib/chef/provider/deploy.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/deploy.rb b/lib/chef/provider/deploy.rb index 516aee6159..63ee8685df 100644 --- a/lib/chef/provider/deploy.rb +++ b/lib/chef/provider/deploy.rb @@ -174,7 +174,6 @@ class Chef restart end - def callback(what, callback_code=nil) @collection = Chef::ResourceCollection.new case callback_code |