From 9ab6ed76d1859dd61b5c8e38ff2e465df369e5fd Mon Sep 17 00:00:00 2001 From: Ricky Ng-Adam Date: Thu, 17 Apr 2014 17:04:46 +0800 Subject: [PATCH] remove extra whitespace --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 5a395ede..dd6e693b 100644 --- a/lib/index.js +++ b/lib/index.js @@ -29,7 +29,7 @@ PG.prototype.end = function() { count--; if(count === 0) { self.emit('ended'); - } + } }); }); });