Skip to content

Commit e9a163b

Browse files
committed
Don't pad comment strings with spaces
1 parent cf45aea commit e9a163b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/line-up/canonical-data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"exercise": "line-up",
33
"comments": [
4-
"Names are chosen without Unicode characters to keep the exercise simple. ",
4+
"Names are chosen without Unicode characters to keep the exercise simple.",
55
"",
6-
"The tests are ordered starting with the most common case and coming to ",
7-
"more special cases later on. "
6+
"The tests are ordered starting with the most common case and coming to",
7+
"more special cases later on."
88
],
99
"cases": [
1010
{

0 commit comments

Comments
 (0)