From 0b23787d6c495a3dc703708c3574b741bcfa9ac0 Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 1 Oct 2025 20:26:28 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Delayed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Delayed.cpp b/src/V3Delayed.cpp index 5d774a42d..557bc14d8 100644 --- a/src/V3Delayed.cpp +++ b/src/V3Delayed.cpp @@ -1007,7 +1007,7 @@ class DelayedVisitor final : public VNVisitor { switch (vscpInfo.m_scheme) { case Scheme::Undecided: // LCOV_EXCL_START UASSERT_OBJ(false, vscp, "Failed to choose NBA scheme"); - break; // LCOV_EXCL_STOP + break; // LCOV_EXCL_STOP case Scheme::UnsupportedCompoundArrayInLoop: { // Will report error at the site of the NBA break;