mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Diagnostics: Added missing \n characters
This commit is contained in:
parent
820cc4b2e5
commit
5e4d387d83
1 changed files with 6 additions and 0 deletions
|
@ -352,6 +352,9 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
}
|
||||
}
|
||||
|
||||
if (! count)
|
||||
out << "\n";
|
||||
|
||||
out << " Inactive: ";
|
||||
count = 0;
|
||||
for (auto& hook : hooks)
|
||||
|
@ -381,6 +384,9 @@ int CmdDiagnostics::execute (std::string& output)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (! count)
|
||||
out << "\n";
|
||||
}
|
||||
else
|
||||
out << format (" ({1})\n", STRING_CMD_DIAG_NONE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue