From 7a6c40e8a315d186c25460d998923ee0e48ba212 Mon Sep 17 00:00:00 2001 From: Matthias Goetzke Date: Tue, 11 Mar 2014 10:20:13 +0100 Subject: [PATCH] removed whitespaces --- lib/kestrelConsumer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/kestrelConsumer.js b/lib/kestrelConsumer.js index d728d5d..fa5d047 100644 --- a/lib/kestrelConsumer.js +++ b/lib/kestrelConsumer.js @@ -30,7 +30,7 @@ var consumer = function( queue, options ){ }); } else { self._callback(message); - self._consumeNextMessage(); + self._consumeNextMessage(); } } @@ -81,7 +81,7 @@ consumer.prototype.consume = function( options, callback ){ this._consumeNextMessage(); }; -consumer.prototype._consumeNextMessage = function(){ +consumer.prototype._consumeNextMessage = function(){ if(this._consume.reliable){ this.getNextOpen(this._timeout); } else {