mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Exclusion: Made dump output consistent with other object
This commit is contained in:
parent
887549cf14
commit
796efa6773
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ bool Exclusion::additive () const
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string Exclusion::dump () const
|
||||
{
|
||||
return std::string ("Exclusion ") + join (" ", _tokens) + '\n';
|
||||
return join (" ", _tokens);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue