From fc022dcaab055cefcea0513f2490d255dddc5322 Mon Sep 17 00:00:00 2001 From: github action Date: Thu, 18 Jun 2026 11:51:49 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- src/V3Randomize.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3Randomize.cpp b/src/V3Randomize.cpp index 82d2cc29e..0e075f334 100644 --- a/src/V3Randomize.cpp +++ b/src/V3Randomize.cpp @@ -3798,7 +3798,8 @@ class RandomizeVisitor final : public VNVisitor { if (cachedIt != m_prePostWrap.end()) return cachedIt->second; std::vector hierp{classp}; v3Global.rootp()->foreach([&](AstClass* subp) { - if (subp != classp && AstClass::isClassExtendedFrom(subp, classp)) hierp.push_back(subp); + if (subp != classp && AstClass::isClassExtendedFrom(subp, classp)) + hierp.push_back(subp); }); bool hasPre = false; bool hasPost = false;