aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel/callbacks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable/channel/callbacks.rb')
-rw-r--r--lib/action_cable/channel/callbacks.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/action_cable/channel/callbacks.rb b/lib/action_cable/channel/callbacks.rb
index 22c6f2d563..15bfb9a3da 100644
--- a/lib/action_cable/channel/callbacks.rb
+++ b/lib/action_cable/channel/callbacks.rb
@@ -1,6 +1,5 @@
module ActionCable
module Channel
-
module Callbacks
extend ActiveSupport::Concern
@@ -25,8 +24,6 @@ module ActionCable
self.periodic_timers += [ [ callback, every: every ] ]
end
end
-
end
-
end
end \ No newline at end of file