diff options
author | brewn <nbrewer@chef.io> | 2018-03-30 10:36:00 -0400 |
---|---|---|
committer | brewn <nbrewer@chef.io> | 2018-03-30 10:36:00 -0400 |
commit | 77416d736647abeeb63b4dce19d47f07bdb844fe (patch) | |
tree | ce29c5894e96d1be0a4ecb61aa614c32f8758062 /lib/chef | |
parent | b7630dba177b95baeb77094ea3581622c443c6a4 (diff) | |
download | chef-77416d736647abeeb63b4dce19d47f07bdb844fe.tar.gz |
remove trailing whitespaces
Signed-off-by: brewn <nbrewer@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/resource/windows_printer_port.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_printer_port.rb b/lib/chef/resource/windows_printer_port.rb index ba718bb413..75e2f824e4 100644 --- a/lib/chef/resource/windows_printer_port.rb +++ b/lib/chef/resource/windows_printer_port.rb @@ -76,7 +76,7 @@ class Chef end action :create do - description "Create the new printer port if it does not already exist." + description "Create the new printer port if it does not already exist." if current_resource.exists Chef::Log.info "#{@new_resource} already exists - nothing to do." @@ -88,7 +88,7 @@ class Chef end action :delete do - description "Delete an existing printer port." + description "Delete an existing printer port." if current_resource.exists converge_by("Delete #{@new_resource}") do |