Skip to content

Commit cc83f6e

Browse files
ChristianK275facebook-github-bot
authored andcommitted
Fix extra semi colon (#53483)
Summary: Changelog: [Internal] Fix extra semi colon warning Pull Request resolved: #53483 Reviewed By: cortinico, kuwerty Differential Revision: D81032496 fbshipit-source-id: da7d6f8355fd6ae228033a380d38d677632bafaf
1 parent 3a0c402 commit cc83f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactCommon/jsinspector-modern/ScopedExecutor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ class EnableExecutorFromThis : public std::enable_shared_from_this<Self> {
9494
VoidExecutor baseExecutor_;
9595
};
9696

97-
}; // namespace facebook::react::jsinspector_modern
97+
} // namespace facebook::react::jsinspector_modern

0 commit comments

Comments
 (0)