Skip to content

Commit b13e47e

Browse files
committed
fix: the comment test line
1 parent 79eb762 commit b13e47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-2/5-stretch-extend/format-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function formatAs12HourClock(time) {
2020
return `${pad(midnight)}${min} am`;
2121
}
2222

23-
23+
//asserts for morning, afternoon, and midnight cases
2424

2525
const currentOutput = formatAs12HourClock("00:00");
2626
const targetOutput = "12:00 am";

0 commit comments

Comments
 (0)