Skip to content

Commit

Permalink
Fix rubocop violations
Browse files Browse the repository at this point in the history
  • Loading branch information
jterapin committed Jan 16, 2025
1 parent b937c51 commit 94d6592
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gems/aws-crt/lib/aws-crt/auth/credentials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class Credentials
# seconds since unix epoch
def initialize(access_key_id, secret_access_key,
session_token = nil, expiration = nil)

credential_options = CredentialsOptions.new(
access_key_id, secret_access_key,
session_token, expiration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class StaticCredentialsProvider
# @param [String] session_token (nil)
def initialize(access_key_id, secret_access_key,
session_token = nil)

credential_options = StaticCredentialsProviderOptions.new(
access_key_id, secret_access_key,
session_token
Expand Down

0 comments on commit 94d6592

Please sign in to comment.