Skip to content

Commit d7e0206

Browse files
committed
removed extra spaces in 2715
1 parent 940d6ca commit d7e0206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2715-timeout-cancellation.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ var cancellable = function(fn, args, t) {
2929
* const diff = Math.floor(performance.now() - start);
3030
* result.push({"time": diff, "returned": fn(...argsArr)});
3131
* }
32-
*
32+
*
3333
* const cancel = cancellable(log, args, t);
3434
*
3535
* const maxT = Math.max(t, cancelTimeMs);
36-
*
36+
*
3737
* setTimeout(cancel, cancelTimeMs);
3838
*
3939
* setTimeout(() => {
4040
* console.log(result); // [{"time":20,"returned":10}]
4141
* }, maxT + 15)
42-
*/
42+
*/

0 commit comments

Comments
 (0)