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