Skip to content

Commit 54fe9d2

Browse files
committed
fix: format
1 parent 3888b77 commit 54fe9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNCSafeAreaProvider.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ - (void)layoutSubviews
105105
[self invalidateSafeAreaInsets];
106106
}
107107

108-
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame:(CGRect)frame)
109-
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder:(NSCoder *)aDecoder)
108+
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame : (CGRect)frame)
109+
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder)
110110

111111
- (void)dealloc
112112
{

0 commit comments

Comments
 (0)