diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-06 21:36:43 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-22 11:33:03 -0700 |
commit | 46bd1446cd7d75e12e410a00c028aa8c2787cca3 (patch) | |
tree | 72c400531c9ee86fb22da3eeacf7bd79f6e45b0f /lib/mixlib/authentication/http_authentication_request.rb | |
parent | 261a17016ed29c264d13b7a1167fc3526a0f441d (diff) | |
download | mixlib-authentication-46bd1446cd7d75e12e410a00c028aa8c2787cca3.tar.gz |
Chefstyle autocorrects
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/mixlib/authentication/http_authentication_request.rb')
-rw-r--r-- | lib/mixlib/authentication/http_authentication_request.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/authentication/http_authentication_request.rb b/lib/mixlib/authentication/http_authentication_request.rb index 967c0e3..8e45b4b 100644 --- a/lib/mixlib/authentication/http_authentication_request.rb +++ b/lib/mixlib/authentication/http_authentication_request.rb @@ -22,7 +22,7 @@ module Mixlib module Authentication class HTTPAuthenticationRequest - MANDATORY_HEADERS = [:x_ops_sign, :x_ops_userid, :x_ops_timestamp, :host, :x_ops_content_hash] + MANDATORY_HEADERS = [:x_ops_sign, :x_ops_userid, :x_ops_timestamp, :host, :x_ops_content_hash].freeze attr_reader :request |