Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Agraj Garg authored and Agraj Garg committed Feb 9, 2024
1 parent 679eada commit 4ad3b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shoryuken/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad3b7d

Please sign in to comment.