remove excess newline

This commit is contained in:
Sebastian McKenzie 2015-10-30 23:26:28 +00:00
parent 8748ff0802
commit 1ba7ff873c

View File

@ -4,7 +4,6 @@ var some = function () {
console.log("count", count);
};
var collect = function () {
let since = arguments.length <= 0 || arguments[0] === undefined ? 0 : arguments[0];
let userid = arguments[1];