Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenagreer committed Sep 19, 2023
1 parent 9d0a5a1 commit 5b4e9f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/omniauth/strategies/base_strategy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ def public_key
def client
super
rescue AttrRequired::AttrMissing
raise ClientCredentialsError.new(
"#{options[:name].camelize} client credentials not found. Please check your environment."
)
raise ClientCredentialsError,
"#{options[:name].camelize} client credentials not found. Please check your environment."
end

def self.decode_logout_token(token)
Expand Down

0 comments on commit 5b4e9f3

Please sign in to comment.