Skip to content

Commit 792774a

Browse files
Update ios/RNCSafeAreaProvider.m
Co-authored-by: Jacob Parker <[email protected]>
1 parent 0143064 commit 792774a

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
@@ -106,8 +106,8 @@ - (void)layoutSubviews
106106
[self invalidateSafeAreaInsets];
107107
}
108108

109-
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame : (CGRect)frame)
110-
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder)
109+
RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame:(CGRect)frame)
110+
RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder:(NSCoder *)aDecoder)
111111

112112
- (void)dealloc
113113
{

0 commit comments

Comments
 (0)