diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-05-23 10:44:18 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-05-28 16:59:26 -0700 |
commit | f4c275cc812ca25aa9ff7cdbca8d061de76f2b4a (patch) | |
tree | 14135fb84353a848bdd8a2598a591d6d51663446 | |
parent | bf3bd0141a97002b76b0cb9e124e666a7e52c612 (diff) | |
download | chef-f4c275cc812ca25aa9ff7cdbca8d061de76f2b4a.tar.gz |
whitespace
-rw-r--r-- | lib/chef/provider/mount.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/mount.rb b/lib/chef/provider/mount.rb index 019fab718f..288e359311 100644 --- a/lib/chef/provider/mount.rb +++ b/lib/chef/provider/mount.rb @@ -26,7 +26,6 @@ class Chef include Chef::Mixin::Command - def whyrun_supported? true end |