Skip to content

Commit 752d564

Browse files
committed
#2666: improve formatting
1 parent 8fd33fe commit 752d564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/2666-allow-one-function-call.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ const once = function(fn) {
5858
*
5959
* onceFn(1,2,3); // 6
6060
* onceFn(2,3,6); // returns undefined without calling fn
61-
**/
61+
***/
6262

6363
module.exports = once;

0 commit comments

Comments
 (0)