mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:37:45 +00:00
parent
4166765292
commit
bd830c2dfe
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ void AssignmentExpression::dump(size_t indent) const
|
||||||
m_lhs->dump(indent + 1);
|
m_lhs->dump(indent + 1);
|
||||||
print_indent(indent + 1);
|
print_indent(indent + 1);
|
||||||
ASSERT(op_string);
|
ASSERT(op_string);
|
||||||
outln("{}");
|
outln("{}", op_string);
|
||||||
m_rhs->dump(indent + 1);
|
m_rhs->dump(indent + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue