mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
[PATCH] Add a missing trailing space
Signed-off-by: Paul Beckingham <paul@beckingham.net>
This commit is contained in:
parent
a691dfd6ed
commit
4f06e454a9
1 changed files with 2 additions and 1 deletions
|
@ -205,7 +205,8 @@ int CmdShow::execute (std::string& output)
|
||||||
" urgency.waiting.coefficient"
|
" urgency.waiting.coefficient"
|
||||||
" verbose"
|
" verbose"
|
||||||
" weekstart"
|
" weekstart"
|
||||||
" xterm.title";
|
" xterm.title"
|
||||||
|
" ";
|
||||||
|
|
||||||
// This configuration variable is supported, but not documented. It exists
|
// This configuration variable is supported, but not documented. It exists
|
||||||
// so that unit tests can force color to be on even when the output from task
|
// so that unit tests can force color to be on even when the output from task
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue