xo-reader: nit: fixup progress_xs.print() output

This commit is contained in:
Roland Conybeare 2024-08-09 11:42:05 -04:00
commit 67e76b5d8c

View file

@ -201,7 +201,7 @@ namespace xo {
void
progress_xs::print(std::ostream & os) const {
os << "<exprstate"
os << "<progress_xs"
<< xtag("type", exs_type_);
if (gen_expr_)
os << xtag("gen_expr", gen_expr_);