From a624f9a9806148718873a751f1f288a010d63b59 Mon Sep 17 00:00:00 2001 From: Ethan Donowitz Date: Fri, 8 Dec 2023 17:55:34 -0500 Subject: [PATCH] rubocop --- lib/readyset.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/readyset.rb b/lib/readyset.rb index 4fc09d3..f6fb5c7 100644 --- a/lib/readyset.rb +++ b/lib/readyset.rb @@ -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