Skip to content

Commit 074eddb

Browse files
committed
formatting using prettier
1 parent d979e47 commit 074eddb

File tree

1 file changed

+1
-1
lines changed
  • Sprint-2/2-mandatory-debug

1 file changed

+1
-1
lines changed

Sprint-2/2-mandatory-debug/1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);
1515
function sum(a, b) {
1616
return a + b;
1717
}
18-
//
18+
1919
console.log(`The sum of 10 and 32 is ${sum(10, 32)}`);

0 commit comments

Comments
 (0)