From 54066db2ba271c2e912769b28a709e996af115ce Mon Sep 17 00:00:00 2001 From: github action Date: Tue, 7 Apr 2026 15:44:47 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Dfg.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/V3Dfg.cpp b/src/V3Dfg.cpp index 6a54f3824..de3d768e0 100644 --- a/src/V3Dfg.cpp +++ b/src/V3Dfg.cpp @@ -784,8 +784,9 @@ void DfgVertex::typeCheck(const DfgGraph& dfg) const { case VDfgType::SIntersect: case VDfgType::SOr: case VDfgType::SThroughout: { - UASSERT_OBJ(false, this, // LCOV_EXCL_LINE - "SAnd/SIntersect/SOr/SThroughout should be removed before DFG"); // LCOV_EXCL_LINE + UASSERT_OBJ( + false, this, // LCOV_EXCL_LINE + "SAnd/SIntersect/SOr/SThroughout should be removed before DFG"); // LCOV_EXCL_LINE return; // LCOV_EXCL_LINE }