Skip to content

Commit ad4e555

Browse files
committed
Formatting
1 parent 6030802 commit ad4e555

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

ios/gamma/modals/form-sheet/RNSFormSheetContentController.mm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#import <React/RCTAssert.h>
66
#import <React/RCTLog.h>
77

8-
@interface RNSFormSheetContentController () <UIAdaptivePresentationControllerDelegate, UIGestureRecognizerDelegate
8+
@interface RNSFormSheetContentController () <UIAdaptivePresentationControllerDelegate,
9+
UIGestureRecognizerDelegate
910
#if !TARGET_OS_TV
1011
,
1112
UISheetPresentationControllerDelegate

src/fabric/gamma/modals/form-sheet/FormSheetHostNativeComponent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ interface NativeProps extends ViewProps {
2121
preventNativeDismiss?: CT.WithDefault<boolean, false>;
2222
onNativeDismiss?: CT.DirectEventHandler<GenericEmptyEvent> | undefined;
2323
onNativeDismissPrevented?:
24-
| CT.DirectEventHandler<GenericEmptyEvent>
25-
| undefined;
24+
| CT.DirectEventHandler<GenericEmptyEvent>
25+
| undefined;
2626
onDetentChanged?: CT.DirectEventHandler<DetentChangedEvent> | undefined;
2727
}
2828

0 commit comments

Comments
 (0)