summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-13 13:30:15 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commit9a59c6641eb2838d6a9bf7fca211a0d7459d767f (patch)
tree5251372dad3c2b19b368ce2dfe68d2909af79bb5
parentd1443a2565b6a9298df1e588731d623454cb04e7 (diff)
downloadchef-9a59c6641eb2838d6a9bf7fca211a0d7459d767f.tar.gz
Fix chefstyle violations.
-rw-r--r--Rakefile2
-rw-r--r--lib/chef/win32/api/error.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 5d09fc1f45..e15eef5295 100644
--- a/Rakefile
+++ b/Rakefile
@@ -119,4 +119,4 @@ namespace :spellcheck do
end
end
-task spellcheck: 'spellcheck:run'
+task spellcheck: "spellcheck:run"
diff --git a/lib/chef/win32/api/error.rb b/lib/chef/win32/api/error.rb
index fbdf09a4a8..0e1b943724 100644
--- a/lib/chef/win32/api/error.rb
+++ b/lib/chef/win32/api/error.rb
@@ -64,7 +64,7 @@ class Chef
ERROR_SHARING_VIOLATION = 32
ERROR_LOCK_VIOLATION = 33
ERROR_WRONG_DISK = 34
- ERROR_FCB_UNAVAILABLE = 35 # gets returned for some unsuccessful DeviceIoControl calls
+ ERROR_FCB_UNAVAILABLE = 35 # gets returned for some unsuccessful DeviceIoControl calls
ERROR_SHARING_BUFFER_EXCEEDED = 36
ERROR_HANDLE_EOF = 38
ERROR_HANDLE_DISK_FULL = 39