mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #652
- Removed extra line in edit.cpp introduced by the patch discussed in Bug #618
This commit is contained in:
parent
c5b61a3125
commit
6fd2fb08bb
1 changed files with 0 additions and 2 deletions
|
@ -170,8 +170,6 @@ static std::string formatTask (Task task)
|
||||||
<< "# The ' -- ' separator between the date and text field should not be removed.\n"
|
<< "# The ' -- ' separator between the date and text field should not be removed.\n"
|
||||||
<< "# A \"blank slot\" for adding an annotation follows for your convenience.\n";
|
<< "# A \"blank slot\" for adding an annotation follows for your convenience.\n";
|
||||||
|
|
||||||
before << " Background color: " << task.get ("bg") << "\n";
|
|
||||||
|
|
||||||
std::vector <Att> annotations;
|
std::vector <Att> annotations;
|
||||||
task.getAnnotations (annotations);
|
task.getAnnotations (annotations);
|
||||||
std::vector <Att>::iterator anno;
|
std::vector <Att>::iterator anno;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue