mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix extra semi colon (#53483)
Summary: Changelog: [Internal] Fix extra semi colon warning Pull Request resolved: https://github.com/facebook/react-native/pull/53483 Reviewed By: cortinico, kuwerty Differential Revision: D81032496 fbshipit-source-id: da7d6f8355fd6ae228033a380d38d677632bafaf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3a0c402d26
commit
cc83f6e84a
@@ -94,4 +94,4 @@ class EnableExecutorFromThis : public std::enable_shared_from_this<Self> {
|
||||
VoidExecutor baseExecutor_;
|
||||
};
|
||||
|
||||
}; // namespace facebook::react::jsinspector_modern
|
||||
} // namespace facebook::react::jsinspector_modern
|
||||
|
||||
Reference in New Issue
Block a user