Apply 'make format'

This commit is contained in:
github action 2024-11-10 21:54:54 +00:00
parent 873048c21c
commit b74a8f133f
1 changed files with 2 additions and 1 deletions

View File

@ -3432,7 +3432,8 @@ class LinkDotResolveVisitor final : public VNVisitor {
m_randSymp = nullptr; m_randSymp = nullptr;
first = true; first = true;
} else { } 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()); nodep->classOrPackagep(cpackagerefp->classOrPackagep());
} }
// Class/package :: HERE function() . method_called_on_function_return_value() // Class/package :: HERE function() . method_called_on_function_return_value()