Add some more parentheses.

This commit is contained in:
Tobias Svensson 2013-03-11 10:52:22 +00:00
parent a5525dd860
commit ce983f5634
1 changed files with 1 additions and 1 deletions

View File

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