lib/chef/provisioning/vsphere_driver.rb in chef-provisioning-vsphere-2.0.7 vs lib/chef/provisioning/vsphere_driver.rb in chef-provisioning-vsphere-2.0.8
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
-require "chef/provisioning"
-require "chef/provisioning/vsphere_driver/driver"
+
+require 'chef/provisioning'
+require 'chef/provisioning/vsphere_driver/driver'
# The main Chef class for all the Chef code!
class Chef
# The main Chef module for the Domain Specialized Language
module DSL