summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-19 14:29:14 -0700
committerTim Smith <tsmith@chef.io>2019-04-19 14:29:14 -0700
commit6bb1c1cab484144da2215ce360068073946f2e99 (patch)
treea203571867eddc20478631c2c2557f5c313fa288 /lib
parent1dee321d947b6cf8ec88ca70a269441cc6e096ee (diff)
downloadmixlib-shellout-6bb1c1cab484144da2215ce360068073946f2e99.tar.gz
Fix chefstyle warnings
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/shellout/windows/core_ext.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mixlib/shellout/windows/core_ext.rb b/lib/mixlib/shellout/windows/core_ext.rb
index b9737fe..172909f 100644
--- a/lib/mixlib/shellout/windows/core_ext.rb
+++ b/lib/mixlib/shellout/windows/core_ext.rb
@@ -85,9 +85,9 @@ module Process
# Set default values
hash = {
- "app_name" => nil,
+ "app_name" => nil,
"creation_flags" => 0,
- "close_handles" => true,
+ "close_handles" => true,
}
# Validate the keys, and convert symbols and case to lowercase strings.