Skip to content

Commit f8f3c0c

Browse files
committed
formatting
1 parent 96a10ab commit f8f3c0c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/react-native/React/Fabric/Mounting/RCTMountingManager.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
#import <UIKit/UIKit.h>
99

10+
#import <React/RCTFabricSurface.h>
1011
#import <React/RCTMountingManagerDelegate.h>
1112
#import <React/RCTPrimitives.h>
12-
#import <React/RCTFabricSurface.h>
1313
#import <react/renderer/core/ComponentDescriptor.h>
1414
#import <react/renderer/core/RawProps.h>
1515
#import <react/renderer/core/ReactPrimitives.h>
@@ -71,7 +71,9 @@ NS_ASSUME_NONNULL_BEGIN
7171
changedProps:(folly::dynamic)props
7272
componentDescriptor:(const facebook::react::ComponentDescriptor &)componentDescriptor;
7373

74-
- (void)measureAsyncOnUI:(ReactTag)reactTag rootView:(UIView*)rootView callback:(const std::function<void (folly::dynamic)> &)callback;
74+
- (void)measureAsyncOnUI:(ReactTag)reactTag
75+
rootView:(UIView *)rootView
76+
callback:(const std::function<void(folly::dynamic)> &)callback;
7577
@end
7678

7779
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)