diff --git a/lib/rooms.js b/lib/rooms.js index f1b2f29..d52c5c0 100644 --- a/lib/rooms.js +++ b/lib/rooms.js @@ -226,4 +226,4 @@ exports.broadcast_to_roommates = function (client, msg) { console.log(' - ' + roommates[i].sessionId); roommates[i].send(msg); } -} +} \ No newline at end of file