Apply 'make format'

This commit is contained in:
github action 2025-10-01 20:26:28 +00:00
parent aaa49273cf
commit 0b23787d6c
1 changed files with 1 additions and 1 deletions

View File

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