mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
0802e3899a
commit
f3e59025e0
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ void CmdContext::defineContext(const std::vector<std::string>& words, std::strin
|
||||||
if (!valid_write_context) {
|
if (!valid_write_context) {
|
||||||
std::stringstream warning;
|
std::stringstream warning;
|
||||||
warning
|
warning
|
||||||
<< format("The filter '{1}' is not a valid modification string, because it {2}.",
|
<< format("The filter '{1}' is not a valid modification string, because it {2}.", value,
|
||||||
value, reason)
|
reason)
|
||||||
<< "\nAs such, value for the write context cannot be set (context will not apply on task "
|
<< "\nAs such, value for the write context cannot be set (context will not apply on task "
|
||||||
"add / task log).\n\n"
|
"add / task log).\n\n"
|
||||||
<< format(
|
<< format(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue