Apply 'make format'

This commit is contained in:
github action 2026-04-06 19:53:28 +00:00
parent 16df486650
commit 8e8596d3fa
1 changed files with 2 additions and 1 deletions

View File

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