description.md: rm trailing spaces#995
description.md: rm trailing spaces#995petertseng merged 1 commit intoexercism:masterfrom petertseng:trailing-spaces
Conversation
One might assume that we can consider a CI check that there are no trailing spaces, but we have to be careful because some embedded strings that serve as example outputs are expected to have trailing spaces. The currently only example is ocr-numbers. One might consider a CI check, but simply exclude that file.
| They've chosen to grow grass, clover, radishes, and violets. | ||
|
|
||
| To this end, the children have put little cups along the window sills, and | ||
| planted one type of plant in each cup, choosing randomly from the available |
There was a problem hiding this comment.
Oops, that's my handy work from #948. My bad! Thanks @petertseng
| - Ileana, Joseph, Kincaid, and Larry. | ||
|
|
||
| Each child gets 4 cups, two on each row. Their teacher assigns cups to | ||
| Each child gets 4 cups, two on each row. Their teacher assigns cups to |
|
OK, the only one of these that I think is potentially controversial is the We did remove trailing whitespace in 33d9ada though I also note that that commit did not remove the trailing whitespace on |
One might assume that we can consider a CI check that there are no
trailing spaces, but we have to be careful because some embedded strings
that serve as example outputs are expected to have trailing spaces. The
currently only example is ocr-numbers. One might consider a CI check,
but simply exclude that file.