fix(gsc): wait dump (#68)
This commit is contained in:
parent
6ce07d7ff3
commit
8ccd22131a
@ -596,9 +596,9 @@ auto source::dump_stmt_wait(stmt_wait const& stm) -> void
|
||||
}
|
||||
else
|
||||
{
|
||||
fmt::format_to(std::back_inserter(buf_), "wait(");
|
||||
fmt::format_to(std::back_inserter(buf_), "wait( ");
|
||||
dump_expr(stm.time);
|
||||
fmt::format_to(std::back_inserter(buf_), ");");
|
||||
fmt::format_to(std::back_inserter(buf_), " );");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user