mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix CQS signal. Id] 31464309 -- modernize-concat-nested-namespaces in xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/jni/react/runtime/jni
Reviewed By: dtolnay Differential Revision: D72376833 fbshipit-source-id: 68e5e4130914631442072a868b75c03260d80b35
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e3f7c8f456
commit
725d9683b3
+2
-4
@@ -13,8 +13,7 @@
|
||||
#include <react/runtime/BindingsInstaller.h>
|
||||
#include <react/runtime/ReactInstance.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
namespace facebook::react {
|
||||
|
||||
class JBindingsInstaller : public jni::HybridClass<JBindingsInstaller>,
|
||||
public BindingsInstaller {
|
||||
@@ -28,5 +27,4 @@ class JBindingsInstaller : public jni::HybridClass<JBindingsInstaller>,
|
||||
friend HybridBase;
|
||||
};
|
||||
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
} // namespace facebook::react
|
||||
|
||||
Reference in New Issue
Block a user