From a6acde41a812bc7d6b3eb1f4d45639d0d45426e2 Mon Sep 17 00:00:00 2001 From: github action Date: Thu, 19 Mar 2026 04:07:12 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkParse.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3LinkParse.cpp b/src/V3LinkParse.cpp index 5ee35eca9..017e5d2ea 100644 --- a/src/V3LinkParse.cpp +++ b/src/V3LinkParse.cpp @@ -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)});