From 84e6ff616f46d7bcdb2712239ea4ba8bfccb106d Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Mon, 22 Jul 2019 12:25:41 +0100 Subject: [PATCH] whitespace fix --- services/real-time/app/coffee/ChannelManager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/real-time/app/coffee/ChannelManager.coffee b/services/real-time/app/coffee/ChannelManager.coffee index 1eca7a9143..0efef6ce96 100644 --- a/services/real-time/app/coffee/ChannelManager.coffee +++ b/services/real-time/app/coffee/ChannelManager.coffee @@ -43,4 +43,4 @@ module.exports = ChannelManager = channel = "#{baseChannel}:#{id}" # we publish on a different client to the subscribe, so we can't # check for the channel existing here - rclient.publish channel, data \ No newline at end of file + rclient.publish channel, data