summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-13 13:30:15 -0700
committerPete Higgins <pete@peterhiggins.org>2020-05-13 13:41:54 -0700
commit99ee70b455f56c51c0edef3f473309a0834bd933 (patch)
treebd325a25becfc8911aaf5aa69d483ce63c8e6dec
parentffea13eb53a3f0a66c3d1ebdb5eb13f2bc81703f (diff)
downloadchef-99ee70b455f56c51c0edef3f473309a0834bd933.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