diff options
author | Timothy Johnson <Timothy.J.Johnson@target.com> | 2020-10-29 11:39:06 -0500 |
---|---|---|
committer | Timothy Johnson <Timothy.J.Johnson@target.com> | 2020-10-29 14:25:11 -0500 |
commit | 9ee7a1fc9ae06887bdd4dbf1ecdcb776196a4e72 (patch) | |
tree | cc4ef62411211676c0ae4d5546b0dd052edd2e06 | |
parent | 1f5b1e65965a2593c19a1c0baaa58f2245c1b5ad (diff) | |
download | chef-9ee7a1fc9ae06887bdd4dbf1ecdcb776196a4e72.tar.gz |
Fix chefstyle in unrelated change
Obvious fix
-rw-r--r-- | lib/chef/resource/windows_service.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_service.rb b/lib/chef/resource/windows_service.rb index 5920f61011..779c0e22ad 100644 --- a/lib/chef/resource/windows_service.rb +++ b/lib/chef/resource/windows_service.rb @@ -147,7 +147,6 @@ class Chef ``` DOC - allowed_actions :configure_startup, :create, :delete, :configure property :timeout, Integer, |