mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
recur: Code cleanup
This commit is contained in:
parent
e99786e726
commit
f337bb6458
1 changed files with 1 additions and 1 deletions
|
@ -425,7 +425,7 @@ bool nag (Task& task)
|
||||||
if (task.hasTag ("nonag"))
|
if (task.hasTag ("nonag"))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
std::string nagMessage = context.config.get ("nag");
|
auto nagMessage = context.config.get ("nag");
|
||||||
if (nagMessage != "")
|
if (nagMessage != "")
|
||||||
{
|
{
|
||||||
// Scan all pending, non-recurring tasks.
|
// Scan all pending, non-recurring tasks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue