Skip to content

Commit f46495a

Browse files
committed
formatting using prettier
1 parent 49c0e77 commit f46495a

File tree

1 file changed

+1
-1
lines changed
  • Sprint-2/1-key-errors

1 file changed

+1
-1
lines changed

Sprint-2/1-key-errors/2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ function square(3) {
1919
function square(num) {
2020
return num * num;
2121
}
22-
console.log(square(3));
22+
console.log(square(3));

0 commit comments

Comments
 (0)