Skip to content

Commit 9ffa86e

Browse files
committed
#2715: improve formatting
1 parent 9ac3555 commit 9ffa86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/2715-timeout-cancellation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* @param {Array} args
6464
* @param {number} t
6565
* @return {Function}
66-
*/
66+
***/
6767
const cancellable = (fn, args, t) => {
6868
const timer = setTimeout(() => fn(...args), t);
6969

0 commit comments

Comments
 (0)