Remove empty line in function call
Summary: some general cleanup Reviewed By: lucasr Differential Revision: D3886856 fbshipit-source-id: cf76ad9b6c85a62b9f2683618a6abe986d98acc2
This commit is contained in:
committed by
Facebook Github Bot 5
parent
2592894d2d
commit
1415a5d7fd
@@ -960,12 +960,8 @@ static void layoutNodeImpl(const CSSNodeRef node,
|
|||||||
boundAxis(node, CSSFlexDirectionColumn, 0);
|
boundAxis(node, CSSFlexDirectionColumn, 0);
|
||||||
} else {
|
} else {
|
||||||
// Measure the text under the current constraints.
|
// Measure the text under the current constraints.
|
||||||
const CSSSize measuredSize = node->measure(node->context,
|
const CSSSize measuredSize =
|
||||||
|
node->measure(node->context, innerWidth, widthMeasureMode, innerHeight, heightMeasureMode);
|
||||||
innerWidth,
|
|
||||||
widthMeasureMode,
|
|
||||||
innerHeight,
|
|
||||||
heightMeasureMode);
|
|
||||||
|
|
||||||
node->layout.measuredDimensions[CSSDimensionWidth] =
|
node->layout.measuredDimensions[CSSDimensionWidth] =
|
||||||
boundAxis(node,
|
boundAxis(node,
|
||||||
|
Reference in New Issue
Block a user