Skip to content

Commit 5212749

Browse files
committed
Improve formatting
1 parent 39a654b commit 5212749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/src/2703-return-length-of-arguments-passed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* @param {...(null|boolean|number|string|Array|Object)} args
3434
* @return {number}
35-
*/
35+
***/
3636
var argumentsLength = function(...args) {
3737
return args.length;
3838
};

0 commit comments

Comments
 (0)