Skip to content

Commit f49cc6f

Browse files
committed
fix: remove unnecessary line breaks in calculateBMI function
1 parent 91cf155 commit f49cc6f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Sprint-2/3-mandatory-implement/1-bmi.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@
1616

1717
function calculateBMI(weight, height) {
1818
// return the BMI of someone based off their weight and height
19-
}
20-
21-
22-
23-
// update the code below to test your function with different inputs
19+
}

0 commit comments

Comments
 (0)