diff --git a/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp b/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp index f4bd3ca6ddd..b6b767905de 100644 --- a/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp +++ b/ReactCommon/fabric/components/view/yoga/YogaLayoutableShadowNode.cpp @@ -63,7 +63,8 @@ YogaLayoutableShadowNode::YogaLayoutableShadowNode( // Yoga children have `yogaNode_` set as owner. At this point that yogaNode_ // is from previous `YogaLayoutableShadowNode` that is being cloned here. - // Calling `updateYogaChildren` is needed in order to update owner of children. + // Calling `updateYogaChildren` is needed in order to update owner of + // children. updateYogaChildren(); }