1
0
Fork 0
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:
Tobias Svensson 2013-03-11 10:52:22 +00:00
parent a5525dd860
commit ce983f5634

View file

@ -113,7 +113,7 @@ class TestClock < Sidetiq::TestCase
end end
class SplatArgsWorker class SplatArgsWorker
def perform arg1, *args def perform(arg1, *args)
end end
end end