From d1018e041468a8b85f3e0b4e2be1a2de193c2bfd Mon Sep 17 00:00:00 2001 From: generatedunixname89002005287564 Date: Thu, 5 Mar 2020 08:23:47 -0800 Subject: [PATCH] Daily `arc lint --take CLANGFORMAT` Reviewed By: zertosh Differential Revision: D20278397 fbshipit-source-id: 2188283cd01d0d9d9d5b3995bd8d3f1fd687ad55 --- .../fabric/components/view/yoga/YogaLayoutableShadowNode.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }