1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Trailing CR

This commit is contained in:
David Heinemeier Hansson 2015-06-19 18:29:56 +02:00
parent 3a4a11dc91
commit 95dfcce7ee

View file

@ -13,6 +13,5 @@ module ActionCable
redis.publish channel, message.to_json
logger.info "[ActionCable] Broadcasting to channel (#{channel}): #{message}"
end
end
end