Skip to content

Commit 1b22574

Browse files
committed
update src/index.js
1 parent e653916 commit 1b22574

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
* @returns {number} The sum of the two numbers.
66
*/
77
function add(a, b) {
8-
return a + b;
8+
9+
10+
11+
return a + b;
912
}
1013

1114
module.exports = add;

0 commit comments

Comments
 (0)