mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Dependency: Code cleanup
This commit is contained in:
parent
62b5270541
commit
651f2d9045
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ extern Context context;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::vector <Task> dependencyGetBlocked (const Task& task)
|
||||
{
|
||||
std::string uuid = task.get ("uuid");
|
||||
auto uuid = task.get ("uuid");
|
||||
|
||||
std::vector <Task> blocked;
|
||||
for (auto& it : context.tdb2.pending.get_tasks ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue