Skip to content

Commit 309cd4d

Browse files
committed
fix: indent.
1 parent 62656f4 commit 309cd4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ios/RNInAppBrowser.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ + (BOOL)requiresMainQueueSetup
7979
if (!error) {
8080
NSString *url = callbackURL.absoluteString;
8181
redirectResolve(@{
82-
@"type" : @"success",
83-
@"url" : url,
84-
});
82+
@"type" : @"success",
83+
@"url" : url,
84+
});
8585
} else {
8686
redirectResolve(@{
87-
@"type" : @"cancel",
88-
});
87+
@"type" : @"cancel",
88+
});
8989
}
9090
}
9191
[strongSelf flowDidFinish];

0 commit comments

Comments
 (0)