Merge pull request #25076 from jeroenvisser101/keep-to-max-length

Change comments to not exceed 80 characters
This commit is contained in:
Sean Griffin 2016-05-21 14:56:03 -04:00
commit 26c0e2cab4
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
# Be sure to restart your server when you modify this file. Action Cable runs in
# a loop that does not support auto reloading.
module ApplicationCable
class Channel < ActionCable::Channel::Base
end

View File

@ -1,4 +1,5 @@
# Be sure to restart your server when you modify this file. Action Cable runs in a loop that does not support auto reloading.
# Be sure to restart your server when you modify this file. Action Cable runs in
# a loop that does not support auto reloading.
module ApplicationCable
class Connection < ActionCable::Connection::Base
end