Skip to content

Commit

Permalink
Fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
OsamaSayegh committed Aug 27, 2021
1 parent 3f47ae9 commit 5f29900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/patches/db/riak.rb
Expand Up @@ -2,7 +2,7 @@

# riak-client 2.2.2 patches
class Riak::Multiget
class <<self
class << self
alias_method :get_all_without_profiling, :get_all
def get_all(client, fetch_list)
return get_all_without_profiling(client, fetch_list) unless SqlPatches.should_measure?
Expand Down

0 comments on commit 5f29900

Please sign in to comment.