mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix CQS signal modernize-concat-nested-namespaces in xplat/js/react-native-github/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon
Reviewed By: dtolnay Differential Revision: D78146649
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e79808fa4b
commit
fcc1e19198
+2
-4
@@ -9,8 +9,7 @@
|
||||
#import <jsi/jsi.h>
|
||||
#import <react/runtime/JSRuntimeFactory.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
namespace facebook::react {
|
||||
|
||||
class RCTJscInstance : public JSRuntimeFactory {
|
||||
public:
|
||||
@@ -21,5 +20,4 @@ class RCTJscInstance : public JSRuntimeFactory {
|
||||
|
||||
~RCTJscInstance(){};
|
||||
};
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
} // namespace facebook::react
|
||||
|
||||
+2
-4
@@ -8,8 +8,7 @@
|
||||
#import "RCTJscInstance.h"
|
||||
#include <jsc/JSCRuntime.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
namespace facebook::react {
|
||||
|
||||
RCTJscInstance::RCTJscInstance() {}
|
||||
|
||||
@@ -18,5 +17,4 @@ std::unique_ptr<JSRuntime> RCTJscInstance::createJSRuntime(std::shared_ptr<Messa
|
||||
return std::make_unique<JSIRuntimeHolder>(jsc::makeJSCRuntime());
|
||||
}
|
||||
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
} // namespace facebook::react
|
||||
|
||||
Reference in New Issue
Block a user