Apply 'make format'

This commit is contained in:
github action 2025-10-09 18:32:39 +00:00
parent 591d74c5d8
commit f9487374b5
1 changed files with 9 additions and 9 deletions

View File

@ -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;