Apply 'make format'

This commit is contained in:
github action 2025-12-23 11:56:26 +00:00
parent 031d5b74c0
commit 26aeb24f40
1 changed files with 2 additions and 1 deletions

View File

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