From 26aeb24f401d80548fc2e5c6ee86f54d97281dec Mon Sep 17 00:00:00 2001 From: github action Date: Tue, 23 Dec 2025 11:56:26 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Randomize.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3Randomize.cpp b/src/V3Randomize.cpp index 4997155cd..0fdb99843 100644 --- a/src/V3Randomize.cpp +++ b/src/V3Randomize.cpp @@ -566,7 +566,8 @@ class RandomizeMarkVisitor final : public VNVisitor { exprp = nullptr; } else { // All invalid and unsupported expressions should be caught in V3Width - nodep->v3fatalSrc("Unexpected expression type in std::randomize() argument"); + nodep->v3fatalSrc( + "Unexpected expression type in std::randomize() argument"); } UASSERT_OBJ(randVarp, nodep, "No rand variable found"); AstNode* backp = randVarp;