Skip to content

Commit

Permalink
Rubocop 💎 👮
Browse files Browse the repository at this point in the history
  • Loading branch information
tobypinder authored May 9, 2019
1 parent 6cadec9 commit ed0895a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ddtrace/contrib/aws/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ class Integration
def self.version
if Gem.loaded_specs['aws-sdk']
Gem.loaded_specs['aws-sdk'].version
elsif Gem.loaded_specs['aws-sdk-core']
elsif Gem.loaded_specs['aws-sdk-core']
Gem.loaded_specs['aws-sdk-core'].version
else
nil
end
end

Expand Down

0 comments on commit ed0895a

Please sign in to comment.