Skip to content

Commit 5de407c

Browse files
committed
removed space
1 parent 4d95fee commit 5de407c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-2/implement/bmi.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function bodyMassIndex(weight, height) {
2727
return "Invalid input. Please enter valid weight and height.";
2828
}
2929

30-
3130
//Avoid .toFixed() if we need a number (as .toFixed() returns a string).
3231
console.log(bodyMassIndex(70, 0));
3332

0 commit comments

Comments
 (0)