mirror of
https://github.com/endofunky/sidetiq.git
synced 2022-11-09 13:53:30 -05:00
Add some more parentheses.
This commit is contained in:
parent
a5525dd860
commit
ce983f5634
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class TestClock < Sidetiq::TestCase
|
|||
end
|
||||
|
||||
class SplatArgsWorker
|
||||
def perform arg1, *args
|
||||
def perform(arg1, *args)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue