summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrewn <nbrewer@chef.io>2018-03-30 10:36:00 -0400
committerbrewn <nbrewer@chef.io>2018-03-30 10:36:00 -0400
commit77416d736647abeeb63b4dce19d47f07bdb844fe (patch)
treece29c5894e96d1be0a4ecb61aa614c32f8758062
parentb7630dba177b95baeb77094ea3581622c443c6a4 (diff)
downloadchef-77416d736647abeeb63b4dce19d47f07bdb844fe.tar.gz
remove trailing whitespaces
Signed-off-by: brewn <nbrewer@chef.io>
-rw-r--r--lib/chef/resource/windows_printer_port.rb4
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