From 70b5ce802bf02544e7398838b9570a53984804e1 Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 19 Aug 2026 06:46:09 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- src/V3Param.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3Param.cpp b/src/V3Param.cpp index eabc0e1cc..589f6f645 100644 --- a/src/V3Param.cpp +++ b/src/V3Param.cpp @@ -2499,7 +2499,8 @@ class ParamVisitor final : public VNVisitor { bool m_iterateModule = false; // Iterating module body string m_unlinkedTxt; // Text for AstUnlinkedRef std::multimap m_cellps; // Cells left to process (in current module) - std::unordered_map m_genHierNames; // Maps ast nodes to generated hierarchy names + std::unordered_map + m_genHierNames; // Maps ast nodes to generated hierarchy names std::map m_isCircular; // Stores information whether `AstRefDType` is circular using VarsByName = std::unordered_map;