mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReport: Configuration header in API now conforms to design
This commit is contained in:
parent
f06e5e56a0
commit
1cd019167d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ int CmdReport (
|
||||||
|
|
||||||
std::stringstream header;
|
std::stringstream header;
|
||||||
for (auto& name : rules.all ())
|
for (auto& name : rules.all ())
|
||||||
header << name << "=" << rules.get (name) << "\n";
|
header << name << ": " << rules.get (name) << "\n";
|
||||||
|
|
||||||
auto input = header.str ()
|
auto input = header.str ()
|
||||||
+ "\n"
|
+ "\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue