From 4ad3b7d3d5058ff112124fd87b967c01bc069f86 Mon Sep 17 00:00:00 2001 From: Agraj Garg Date: Fri, 9 Feb 2024 12:21:17 +0530 Subject: [PATCH] indentation fix --- lib/shoryuken/options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shoryuken/options.rb b/lib/shoryuken/options.rb index 048ea297..2fa23d29 100644 --- a/lib/shoryuken/options.rb +++ b/lib/shoryuken/options.rb @@ -69,7 +69,7 @@ def polling_strategy(group) Polling::StrictPriority when String begin - Object.const_get(strategy) + Object.const_get(strategy) rescue NameError raise ArgumentError, "#{strategy} is not a valid polling_strategy" end