summaryrefslogtreecommitdiff
path: root/lib/chef/provider/http_request.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/http_request.rb')
-rw-r--r--lib/chef/provider/http_request.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/http_request.rb b/lib/chef/provider/http_request.rb
index dac62bc2f6..62dc0b0a46 100644
--- a/lib/chef/provider/http_request.rb
+++ b/lib/chef/provider/http_request.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require 'tempfile'
-require 'chef/http/simple'
+require "tempfile"
+require "chef/http/simple"
class Chef
class Provider