mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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,
|
||||
}};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user