diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index 1ea0d79f2..f1759de79 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -3432,7 +3432,8 @@ class LinkDotResolveVisitor final : public VNVisitor { m_randSymp = nullptr; first = true; } else { - UASSERT_OBJ(cpackagerefp->classOrPackagep(), m_ds.m_dotp->lhsp(), "Bad package link"); + UASSERT_OBJ(cpackagerefp->classOrPackagep(), m_ds.m_dotp->lhsp(), + "Bad package link"); nodep->classOrPackagep(cpackagerefp->classOrPackagep()); } // Class/package :: HERE function() . method_called_on_function_return_value()