Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
print --with-totals
for multiline record summaries
There was a bug when printing records with multiline summaries with the `--with-totals` flag. It used to print: ``` 8h15m | 2018-03-26 | Line 1 Line 2 2h45m | 8:30 - 11:15 asdf | asdf | asdf | asdf 1h5m | 11:15 - 12:20 4h25m | 13:30 - 17:55` ``` Where it should (and now does) print: ``` 8h15m | 2018-03-26 | Line 1 | Line 2 2h45m | 8:30 - 11:15 asdf | asdf | asdf | asdf 1h5m | 11:15 - 12:20 4h25m | 13:30 - 17:55 ```
- Loading branch information