remove excess newline
This commit is contained in:
parent
8748ff0802
commit
1ba7ff873c
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user