Interval: Improved feedback formatting

This commit is contained in:
Paul Beckingham 2016-03-21 19:32:45 -04:00
parent 3b26979096
commit 0e1de5df43

View file

@ -162,7 +162,7 @@ std::string Interval::summarize () const
// TODO Colorize tags.
if (_tags.size ())
{
out << ", using tags";
out << ", using tags:";
for (auto& tag : _tags)
out << ' ' << quoteIfNeeded (tag);
}