wbailey / command_line_reporter

A gem for making it easy to produce a report while a ruby script is executing
Apache License 2.0
432 stars 23 forks source link

Do not print superfluous whitespace behind rows #17

Closed dideler closed 9 years ago

dideler commented 9 years ago

This fix removes the single whitespace character that would be printed behind the last border on a row.

I noticed it when comparing output. The whitespace doesn't seem to serve any purpose, so I removed it. If anyone wants to compare output now, they won't have to take those trailing whitespaces into account.

This is the actual fix I wanted to submit, but had to make #16 first so I could run the tests locally.

dideler commented 9 years ago

I rebased (and updated the PR description) so it's ready to merge if you agree with the change.