aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m')
-rw-r--r--Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m b/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m
index 2bc1de7..60f0651 100644
--- a/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m
+++ b/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m
@@ -34,7 +34,7 @@ static NSString *kKey2 = @"key2";
/** @var gCreateNewObject
@brief A block that returns a new object everytime it is called.
*/
-static id _Nullable (^gCreateNewObject)() = ^id _Nullable() {
+static id _Nullable (^gCreateNewObject)(void) = ^id _Nullable() {
return [[NSObject alloc] init];
};