diff options
author | Stuart Preston <stuart@chef.io> | 2018-06-26 23:49:10 +0100 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-06-26 23:49:10 +0100 |
commit | b965bf299489773b7a2682b47f27c5af8e8320e5 (patch) | |
tree | 4d0257a1f52a8380fe693549ad31833884b68f70 /lib/chef | |
parent | 3ad8accfeca2174e08ebb75ecebee4086b1c641f (diff) | |
download | chef-b965bf299489773b7a2682b47f27c5af8e8320e5.tar.gz |
Fix formatting
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/powershell.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/powershell.rb b/lib/chef/powershell.rb index 0ee17fcb73..1a72d5fc58 100644 --- a/lib/chef/powershell.rb +++ b/lib/chef/powershell.rb @@ -17,6 +17,7 @@ require "ffi" require "chef/json_compat" + class Chef class PowerShell extend FFI::Library |