mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
properly format pragma marks
Summary: Changelog: [Internal] so ANNOYING Reviewed By: christophpurrer, sammy-SC Differential Revision: D45022199 fbshipit-source-id: 367a9b652987e1590a966928870de1ba61a4bad3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5a7799eead
commit
2fe14df09a
@@ -136,7 +136,7 @@ static NSString *const kRNConcurrentRoot = @"concurrentRoot";
|
||||
return RCTAppSetupDefaultJsExecutorFactory(bridge, _turboModuleManager, _runtimeScheduler);
|
||||
}
|
||||
|
||||
#pragma mark RCTTurboModuleManagerDelegate
|
||||
#pragma mark - RCTTurboModuleManagerDelegate
|
||||
|
||||
- (Class)getModuleClassFromName:(const char *)name
|
||||
{
|
||||
|
||||
@@ -243,7 +243,7 @@ static NSString *const kRNConcurrentRoot = @"concurrentRoot";
|
||||
}));
|
||||
}
|
||||
|
||||
#pragma mark RCTTurboModuleManagerDelegate
|
||||
#pragma mark - RCTTurboModuleManagerDelegate
|
||||
|
||||
- (Class)getModuleClassFromName:(const char *)name
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user