summaryrefslogtreecommitdiff
path: root/lib/chef/platform/provider_handler_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform/provider_handler_map.rb')
-rw-r--r--lib/chef/platform/provider_handler_map.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/platform/provider_handler_map.rb b/lib/chef/platform/provider_handler_map.rb
index 4549d7994e..ecd1da1f1e 100644
--- a/lib/chef/platform/provider_handler_map.rb
+++ b/lib/chef/platform/provider_handler_map.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require 'singleton'
-require 'chef/platform/handler_map'
+require "singleton"
+require "chef/platform/handler_map"
class Chef
class Platform