Skip to content

Commit 6df8579

Browse files
author
Brandon Huang
committed
Get rid of whitespace changes
1 parent 2b1bb0a commit 6df8579

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ios/RNCallKeep/RNCallKeep.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -481,15 +481,14 @@ + (BOOL)application:(UIApplication *)application
481481
contact = [startVideoCallIntent.contacts firstObject];
482482
}
483483

484-
485484
if (contact != nil) {
486485
handle = contact.personHandle.value;
487486
}
488487

489488
if (handle != nil && handle.length > 0 ){
490489
NSDictionary *userInfo = @{
491-
@"handle": handle,
492-
@"video": @(isVideoCall)
490+
@"handle": handle,
491+
@"video": @(isVideoCall)
493492
};
494493

495494
RNCallKeep *callKeep = [RNCallKeep allocWithZone: nil];

0 commit comments

Comments
 (0)