Compare commits

...
1 Commits
Author SHA1 Message Date
CodemodService Bot ac28bd12bb Fix CQS signal modernize-use-designated-initializers in xplat/yoga/yoga/algorithm [B] (#54250)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54250

Reviewed By: christophpurrer

Differential Revision: D85212259
2025-10-28 18:36:06 -07:00
@@ -116,8 +116,8 @@ FlexLine calculateFlexLine(
.sizeConsumed = sizeConsumed,
.numberOfAutoMargins = numberOfAutoMargins,
.layout = FlexLineRunningLayout{
totalFlexGrowFactors,
totalFlexShrinkScaledFactors,
.totalFlexGrowFactors = totalFlexGrowFactors,
.totalFlexShrinkScaledFactors = totalFlexShrinkScaledFactors,
}};
}