Apply 'make format'
This commit is contained in:
parent
591d74c5d8
commit
f9487374b5
|
|
@ -628,8 +628,8 @@ class RandomizeMarkVisitor final : public VNVisitor {
|
|||
if (m_processedVars.find(objVar) == m_processedVars.end()) {
|
||||
|
||||
// Clone constraints from the top-level class (e.g., Level1 for obj_a)
|
||||
gConsClass->foreachMember([&](AstClass* const classp,
|
||||
AstConstraint* const constrp) {
|
||||
gConsClass->foreachMember(
|
||||
[&](AstClass* const classp, AstConstraint* const constrp) {
|
||||
if (!constrp) return;
|
||||
AstConstraint* cloneConstrp = constrp->cloneTree(false);
|
||||
if (!cloneConstrp) return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue