Skip to content

Commit c28e978

Browse files
committed
Revert style changes
1 parent bcce592 commit c28e978

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
@@ -535,7 +535,7 @@ - (BOOL)_passthroughDelegate
535535
}
536536

537537
RCT_EXPORT_METHOD(multiMerge:(NSArray<NSArray<NSString *> *> *)kvPairs
538-
callback:(RCTResponseSenderBlock)callback)
538+
callback:(RCTResponseSenderBlock)callback)
539539
{
540540
if (self.delegate != nil) {
541541
NSMutableArray<NSString *> *keys = [NSMutableArray arrayWithCapacity:kvPairs.count];
@@ -669,4 +669,3 @@ - (BOOL)_passthroughDelegate
669669
}
670670

671671
@end
672-

0 commit comments

Comments
 (0)