summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/fetcher.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-07-29 00:33:41 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-07-29 00:33:41 -0700
commitec49035a996ac35f24e832641e4708c6bc5eed77 (patch)
tree1ec71b3732c218b06c8fcfe69a1676a490623486 /lib/chef/provider/remote_file/fetcher.rb
parent9e85bbdb9419e5b9946ab6d0d37817612e43cc4a (diff)
downloadchef-ec49035a996ac35f24e832641e4708c6bc5eed77.tar.gz
fixing all the extra blank lines
yes, i just used rubocop on the chef sourcecode...
Diffstat (limited to 'lib/chef/provider/remote_file/fetcher.rb')
-rw-r--r--lib/chef/provider/remote_file/fetcher.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/remote_file/fetcher.rb b/lib/chef/provider/remote_file/fetcher.rb
index c3a098ed35..c789e94565 100644
--- a/lib/chef/provider/remote_file/fetcher.rb
+++ b/lib/chef/provider/remote_file/fetcher.rb
@@ -17,7 +17,6 @@
# limitations under the License.
#
-
class Chef
class Provider
class RemoteFile