Skip to content

Commit ed9ca65

Browse files
committed
refactor: clean up whitespace in add function
1 parent 1b22574 commit ed9ca65

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.js

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

1411
module.exports = add;

0 commit comments

Comments
 (0)