Minor formatting: added space in YGNodeMarkDirty assert message

This commit is contained in:
Yurii Nakonechnyi
2023-04-11 11:26:57 +03:00
committed by GitHub
parent 3782644b32
commit 7f75ca97eb

View File

@@ -444,7 +444,7 @@ YOGA_EXPORT void YGNodeMarkDirty(const YGNodeRef node) {
YGAssertWithNode( YGAssertWithNode(
node, node,
node->hasMeasureFunc(), node->hasMeasureFunc(),
"Only leaf nodes with custom measure functions" "Only leaf nodes with custom measure functions "
"should manually mark themselves as dirty"); "should manually mark themselves as dirty");
node->markDirtyAndPropagate(); node->markDirtyAndPropagate();