mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Style
This commit is contained in:
parent
dd77dd3868
commit
fb18f809e0
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ module ActionCable
|
||||||
end
|
end
|
||||||
|
|
||||||
def stop_periodic_timers
|
def stop_periodic_timers
|
||||||
@_active_periodic_timers.each {|t| t.cancel }
|
@_active_periodic_timers.each { |timer| timer.cancel }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue