Exclusion: Made dump output consistent with other object

This commit is contained in:
Paul Beckingham 2016-04-28 20:06:21 -04:00
parent 887549cf14
commit 796efa6773

View file

@ -149,7 +149,7 @@ bool Exclusion::additive () const
////////////////////////////////////////////////////////////////////////////////
std::string Exclusion::dump () const
{
return std::string ("Exclusion ") + join (" ", _tokens) + '\n';
return join (" ", _tokens);
}
////////////////////////////////////////////////////////////////////////////////