mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code formatting
This commit is contained in:
parent
cfd997111b
commit
724a4a02a0
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ void CmdContext::listContexts (std::stringstream& out)
|
||||||
<< optionalBlankLine ();
|
<< optionalBlankLine ();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw std::string(STRING_CMD_CONTEXT_LIST_EMPT);
|
throw std::string (STRING_CMD_CONTEXT_LIST_EMPT);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue