summaryrefslogtreecommitdiff
path: root/lib/chef/http/auth_credentials.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/auth_credentials.rb')
-rw-r--r--lib/chef/http/auth_credentials.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/http/auth_credentials.rb b/lib/chef/http/auth_credentials.rb
index bd73524b1f..c583352cfd 100644
--- a/lib/chef/http/auth_credentials.rb
+++ b/lib/chef/http/auth_credentials.rb
@@ -20,8 +20,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-require 'chef/log'
-require 'mixlib/authentication/signedheaderauth'
+require "chef/log"
+require "mixlib/authentication/signedheaderauth"
class Chef
class HTTP