mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Show no longer indents the warning.
This commit is contained in:
parent
109c6434f5
commit
60c1017e68
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ int CmdShow::execute (std::string& output)
|
|||
out << " " << *i << "\n";
|
||||
|
||||
if (context.color ())
|
||||
out << "\n " << format (STRING_CMD_SHOW_DIFFER_COLOR, error.colorize ("color"));
|
||||
out << "\n" << format (STRING_CMD_SHOW_DIFFER_COLOR, error.colorize ("color"));
|
||||
|
||||
out << "\n\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue