Skip to content

Commit ac28bd1

Browse files
CodemodService Botfacebook-github-bot
authored andcommitted
Fix CQS signal modernize-use-designated-initializers in xplat/yoga/yoga/algorithm [B] (#54250)
Summary: Pull Request resolved: #54250 Reviewed By: christophpurrer Differential Revision: D85212259
1 parent 3f971d9 commit ac28bd1

File tree

1 file changed

+2
-2
lines changed
  • packages/react-native/ReactCommon/yoga/yoga/algorithm

1 file changed

+2
-2
lines changed

packages/react-native/ReactCommon/yoga/yoga/algorithm/FlexLine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ FlexLine calculateFlexLine(
116116
.sizeConsumed = sizeConsumed,
117117
.numberOfAutoMargins = numberOfAutoMargins,
118118
.layout = FlexLineRunningLayout{
119-
totalFlexGrowFactors,
120-
totalFlexShrinkScaledFactors,
119+
.totalFlexGrowFactors = totalFlexGrowFactors,
120+
.totalFlexShrinkScaledFactors = totalFlexShrinkScaledFactors,
121121
}};
122122
}
123123

0 commit comments

Comments
 (0)