Apply 'make format'

This commit is contained in:
github action 2026-03-19 04:07:12 +00:00 committed by Matthew Ballance
parent 65ee9cd865
commit a6acde41a8
1 changed files with 2 additions and 1 deletions

View File

@ -1350,7 +1350,8 @@ class LinkParseVisitor final : public VNVisitor {
} else if (optp->name() == "comment") {
optType = VCoverOptionType::COMMENT;
} else {
optp->v3warn(COVERIGN, "Ignoring unsupported coverage option: " + optp->name());
optp->v3warn(COVERIGN,
"Ignoring unsupported coverage option: " + optp->name());
}
nodep->addOptionsp(new AstCoverOption{optp->fileline(), optType,
optp->valuep()->cloneTree(false)});