Minor formatting: added space in YGNodeMarkDirty assert message
This commit is contained in:
committed by
GitHub
parent
3782644b32
commit
7f75ca97eb
@@ -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();
|
||||||
|
Reference in New Issue
Block a user