mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdShow: Fixed text formatting bug
- Two feedback messasges got concatenated, with no spacing in between.
This commit is contained in:
parent
f601ae5d8c
commit
afab04b2f7
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ int CmdShow::execute (std::string& output)
|
|||
|
||||
if (issue_warning)
|
||||
{
|
||||
out << STRING_CMD_SHOW_DIFFER;
|
||||
out << STRING_CMD_SHOW_DIFFER << "\n";
|
||||
|
||||
if (context.color ())
|
||||
out << " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue