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
This commit is contained in:
CodemodService Bot
2025-10-28 18:36:06 -07:00
committed by Facebook GitHub Bot
parent 3f971d931c
commit ac28bd12bb
@@ -116,8 +116,8 @@ FlexLine calculateFlexLine(
.sizeConsumed = sizeConsumed,
.numberOfAutoMargins = numberOfAutoMargins,
.layout = FlexLineRunningLayout{
totalFlexGrowFactors,
totalFlexShrinkScaledFactors,
.totalFlexGrowFactors = totalFlexGrowFactors,
.totalFlexShrinkScaledFactors = totalFlexShrinkScaledFactors,
}};
}