aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuthURLPresenter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Auth/Source/FIRAuthURLPresenter.m')
-rw-r--r--Firebase/Auth/Source/FIRAuthURLPresenter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthURLPresenter.m b/Firebase/Auth/Source/FIRAuthURLPresenter.m
index 9e24805..919aee1 100644
--- a/Firebase/Auth/Source/FIRAuthURLPresenter.m
+++ b/Firebase/Auth/Source/FIRAuthURLPresenter.m
@@ -157,7 +157,7 @@ NS_ASSUME_NONNULL_BEGIN
_UIDelegate = nil;
FIRAuthURLPresentationCompletion completion = _completion;
_completion = nil;
- void (^finishBlock)() = ^() {
+ void (^finishBlock)(void) = ^() {
_isPresenting = NO;
completion(URL, error);
};