Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ethowitz committed Dec 8, 2023
1 parent 6edbdf6 commit a624f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/readyset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def self.route(prevent_writes: true, &block)
private

class << self
private *delegate(:shard, to: :configuration)
private(*delegate(:shard, to: :configuration))
end

def self.reading_role
Expand Down

0 comments on commit a624f9a

Please sign in to comment.