Skip to content

Commit 80f4574

Browse files
committed
lint
1 parent e790ced commit 80f4574

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ios/RNCSafeAreaContext.mm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ - (NSDictionary *)getConstants
8484
NSLog(@"RNCSafeAreaContext: cached initial window metrics to NSUserDefaults for the first time");
8585
}
8686

87-
constants = @{
88-
@"initialWindowMetrics" : windowMetrics
89-
};
87+
constants = @{@"initialWindowMetrics" : windowMetrics};
9088
});
9189

9290
return constants;

0 commit comments

Comments
 (0)