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/nativemodule/core/platform/ios/ReactCommon
Reviewed By: javache Differential Revision: D77526780
This commit is contained in:
committed by
Facebook GitHub Bot
parent
73e513280d
commit
11869c68d9
+2
-4
@@ -15,8 +15,7 @@
|
||||
|
||||
#import "RCTTurboModule.h"
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
namespace facebook::react {
|
||||
|
||||
class JSI_EXPORT ObjCInteropTurboModule : public ObjCTurboModule {
|
||||
public:
|
||||
@@ -94,5 +93,4 @@ class JSI_EXPORT ObjCInteropTurboModule : public ObjCTurboModule {
|
||||
void _logLegacyArchitectureWarning(NSString *moduleName, const std::string &methodName);
|
||||
};
|
||||
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
} // namespace facebook::react
|
||||
|
||||
+2
-4
@@ -17,8 +17,7 @@
|
||||
#import <React/RCTModuleMethod.h>
|
||||
#import <React/RCTParserUtils.h>
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
namespace facebook::react {
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -695,5 +694,4 @@ std::vector<facebook::jsi::PropNameID> ObjCInteropTurboModule::getPropertyNames(
|
||||
return propNames;
|
||||
}
|
||||
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
} // namespace facebook::react
|
||||
|
||||
+2
-4
@@ -39,8 +39,7 @@ static int32_t getUniqueId()
|
||||
return counter++;
|
||||
}
|
||||
|
||||
namespace facebook {
|
||||
namespace react {
|
||||
namespace facebook::react {
|
||||
|
||||
namespace TurboModuleConvertUtils {
|
||||
/**
|
||||
@@ -856,8 +855,7 @@ void ObjCTurboModule::setEventEmitterCallback(EventEmitterCallback eventEmitterC
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace react
|
||||
} // namespace facebook
|
||||
} // namespace facebook::react
|
||||
|
||||
@implementation EventEmitterCallbackWrapper
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user