Skip to content

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Ng-Adam committed Apr 17, 2014
1 parent 85c28e9 commit 9ab6ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PG.prototype.end = function() {
count--;
if(count === 0) {
self.emit('ended');
}
}
});
});
});
Expand Down

0 comments on commit 9ab6ed7

Please sign in to comment.