mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Dependency: Code cleanup
This commit is contained in:
parent
651f2d9045
commit
0b44862300
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ std::vector <Task> dependencyGetBlocked (const Task& task)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::vector <Task> dependencyGetBlocking (const Task& task)
|
||||
{
|
||||
std::string depends = task.get ("depends");
|
||||
auto depends = task.get ("depends");
|
||||
std::vector <Task> blocking;
|
||||
|
||||
if (depends != "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue