Minor formatting: added space in YGNodeMarkDirty assert message #1243

Closed
inobelar wants to merge 1 commits from patch-2 into main

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();