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:
Christian Kruse
2025-09-03 07:11:08 -07:00
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