Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#23681)
This commit is contained in:
@@ -5,7 +5,7 @@ module ExponentialBackoff
|
||||
|
||||
included do
|
||||
sidekiq_retry_in do |count|
|
||||
15 + 10 * (count**4) + rand(10 * (count**4))
|
||||
15 + (10 * (count**4)) + rand(10 * (count**4))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user