Skip to content

Commit 0601d5c

Browse files
committed
Revert styling changes
1 parent 3f7fc19 commit 0601d5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/RNCAsyncStorage.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ - (BOOL)_passthroughDelegate
506506
}
507507

508508
RCT_EXPORT_METHOD(multiMerge:(NSArray<NSArray<NSString *> *> *)kvPairs
509-
callback:(RCTResponseSenderBlock)callback)
509+
callback:(RCTResponseSenderBlock)callback)
510510
{
511511
if (self.delegate != nil) {
512512
NSMutableArray<NSString *> *keys = [NSMutableArray arrayWithCapacity:kvPairs.count];
@@ -640,4 +640,3 @@ - (BOOL)_passthroughDelegate
640640
}
641641

642642
@end
643-

0 commit comments

Comments
 (0)