Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ulukaya committed Nov 16, 2017
1 parent e0d31f4 commit b393cdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions invites/InvitesExample/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ - (BOOL)application:(UIApplication *)application
}
// Handle App Invite requests
return [FIRInvites handleUniversalLink:url
completion:^(FIRReceivedInvite * _Nullable receivedInvite,
NSError * _Nullable error) {
completion:^(FIRReceivedInvite * _Nullable receivedInvite,
NSError * _Nullable error) {
// [START_EXCLUDE]
if (receivedInvite) {
[self showAlertViewWithInvite:receivedInvite];
Expand All @@ -67,8 +67,8 @@ - (BOOL)application:(UIApplication *)application
restorationHandler:(void (^)(NSArray *))restorationHandler {
// Handle App Invite requests
return [FIRInvites handleUniversalLink:userActivity.webpageURL
completion:^(FIRReceivedInvite * _Nullable receivedInvite,
NSError * _Nullable error) {
completion:^(FIRReceivedInvite * _Nullable receivedInvite,
NSError * _Nullable error) {
// [START_EXCLUDE]
if (receivedInvite) {
[self showAlertViewWithInvite:receivedInvite];
Expand Down

0 comments on commit b393cdf

Please sign in to comment.