fix(gsc): wait dump (#68)
This commit is contained in:
parent
64bb892778
commit
5fbb0cea7d
@ -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