Skip to content

Commit cf7373c

Browse files
DevmateMrMediaCqsCppCoreGuidelinesInitVariables Botfacebook-github-bot
authored andcommitted
xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/mounting/ShadowTree.cpp
Reviewed By: cortinico Differential Revision: D97709907
1 parent 6b764a2 commit cf7373c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/ReactCommon/react/renderer/mounting

packages/react-native/ReactCommon/react/renderer/mounting/ShadowTree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ CommitStatus ShadowTree::tryCommit(
326326
auto telemetry = TransactionTelemetry{};
327327
telemetry.willCommit();
328328

329-
CommitMode commitMode;
329+
CommitMode commitMode{};
330330
auto oldRevision = ShadowTreeRevision{};
331331
auto oldRevisionForStateProgression = ShadowTreeRevision{};
332332
auto newRevision = ShadowTreeRevision{};

0 commit comments

Comments
 (0)