From c1b1a0b2d1c946f7b8e76a25d205e3293dabdb03 Mon Sep 17 00:00:00 2001 From: Ross Johnson Date: Sat, 6 Jul 2013 12:43:45 -0500 Subject: [PATCH] Fix formatting --- lib/Connection.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Connection.js b/lib/Connection.js index 084ae7c..9211dc9 100644 --- a/lib/Connection.js +++ b/lib/Connection.js @@ -1115,7 +1115,8 @@ Connection.prototype._resUntagged = function(info) { if (toget.length === 0) { process.nextTick(function() { - if (msg) msg.ended = true; + if (msg) + msg.ended = true; msgEmitter.emit('attributes', attrs); msgEmitter.emit('end'); });