From 8e8596d3fa345f19649cf9cc58cb8480548f6b30 Mon Sep 17 00:00:00 2001 From: github action Date: Mon, 6 Apr 2026 19:53:28 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Dfg.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3Dfg.cpp b/src/V3Dfg.cpp index 89aad3238..ddc874579 100644 --- a/src/V3Dfg.cpp +++ b/src/V3Dfg.cpp @@ -694,7 +694,8 @@ void DfgVertex::typeCheck(const DfgGraph& dfg) const { case VDfgType::SAnd: case VDfgType::SOr: case VDfgType::SThroughout: { - UASSERT_OBJ(false, this, "SAnd/SOr/SThroughout should be removed before DFG"); // LCOV_EXCL_LINE + UASSERT_OBJ(false, this, + "SAnd/SOr/SThroughout should be removed before DFG"); // LCOV_EXCL_LINE return; // LCOV_EXCL_LINE }