mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdUrgency
- Removed unnecessary variable.
This commit is contained in:
parent
2e27ed0268
commit
e3d7479211
1 changed files with 2 additions and 2 deletions
|
@ -73,9 +73,9 @@ int CmdUrgency::execute (std::string& output)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::string uuid = task->get ("uuid");
|
|
||||||
out << format (STRING_CMD_URGENCY_RESULT,
|
out << format (STRING_CMD_URGENCY_RESULT,
|
||||||
uuid, task->urgency ())
|
task->get ("uuid"),
|
||||||
|
task->urgency ())
|
||||||
<< "\n";
|
<< "\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue