summaryrefslogtreecommitdiff
path: root/lib/chef/http/simple.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/simple.rb')
-rw-r--r--lib/chef/http/simple.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/chef/http/simple.rb b/lib/chef/http/simple.rb
index f59fcaa08b..d828e98186 100644
--- a/lib/chef/http/simple.rb
+++ b/lib/chef/http/simple.rb
@@ -16,11 +16,11 @@
# limitations under the License.
#
-require 'chef/http'
-require 'chef/http/authenticator'
-require 'chef/http/decompressor'
-require 'chef/http/cookie_manager'
-require 'chef/http/validate_content_length'
+require "chef/http"
+require "chef/http/authenticator"
+require "chef/http/decompressor"
+require "chef/http/cookie_manager"
+require "chef/http/validate_content_length"
class Chef
class HTTP