Skip to content

Commit cb70a21

Browse files
committed
I have made the correction
1 parent 2dc31c3 commit cb70a21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ function formatAs12HourClockFixed(time) {
4646
return `${h}:${minutes} pm`;
4747
}
4848
return `${time.slice(0, 5)} am`;
49-
}
49+
}
50+

0 commit comments

Comments
 (0)