mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-1417
- TW-1417 Misaligned fields in report for "remaining" date (thanks to Jeremy John Reeder).
This commit is contained in:
parent
84dc7dd245
commit
e924913e11
2 changed files with 3 additions and 1 deletions
|
@ -208,7 +208,7 @@ void ColumnDate::render (
|
|||
rightJustify (
|
||||
Duration (date - now).format (), width)));
|
||||
else
|
||||
lines.push_back ("");
|
||||
lines.push_back (rightJustify ("", width));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue