Skip to content

Commit 8276e71

Browse files
Remove trailing spaces from comments
1 parent d942dbd commit 8276e71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/split-second-stopwatch/canonical-data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"All times are formatted in '<hours>:<minutes>:<seconds>' format.",
55
"Hours, minutes, and seconds are formatted using two digits.",
66
"Thus 4 hours, 23 minutes, and 6 seconds is represented as '04:23:06'.",
7-
"Tracks are free to convert these times into a format that is the most ",
7+
"Tracks are free to convert these times into a format that is the most",
88
"appropriate for their language.",
99
"",
10-
"The advanceTime command is used to simulate the passage of time. ",
11-
"Some tracks might be able to mock the system time, others might need ",
12-
"to provide some time-representing value, while other might need to ",
10+
"The advanceTime command is used to simulate the passage of time.",
11+
"Some tracks might be able to mock the system time, others might need",
12+
"to provide some time-representing value, while other might need to",
1313
"pass the current time as an argument to the other commands."
1414
],
1515
"cases": [

0 commit comments

Comments
 (0)