mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #1038
- Cleaner solution (less code duplication and blank space only when a confirmation is needed) for bug #1038.
This commit is contained in:
parent
3bf9ebad62
commit
e5d142a468
13 changed files with 10 additions and 21 deletions
|
@ -119,8 +119,6 @@ int CmdPrepend::execute (std::string& output)
|
|||
std::cout << STRING_CMD_PREPEND_NO << "\n";
|
||||
rc = 1;
|
||||
}
|
||||
if (context.verbose ("blank"))
|
||||
std::cout << "\n";
|
||||
}
|
||||
|
||||
// Now list the project changes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue