aboutsummaryrefslogtreecommitdiffhomepage
path: root/Functions/FirebaseFunctions/Public/FIRHTTPSCallable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/FirebaseFunctions/Public/FIRHTTPSCallable.h')
-rw-r--r--Functions/FirebaseFunctions/Public/FIRHTTPSCallable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Functions/FirebaseFunctions/Public/FIRHTTPSCallable.h b/Functions/FirebaseFunctions/Public/FIRHTTPSCallable.h
index 9298dda..473a944 100644
--- a/Functions/FirebaseFunctions/Public/FIRHTTPSCallable.h
+++ b/Functions/FirebaseFunctions/Public/FIRHTTPSCallable.h
@@ -84,7 +84,8 @@ NS_SWIFT_NAME(HTTPSCallable)
// clang-format off
// because it incorrectly breaks this NS_SWIFT_NAME.
- (void)callWithObject:(nullable id)data
- completion:(void (^)(FIRHTTPSCallableResult *_Nullable result, NSError *_Nullable error))completion
+ completion:(void (^)(FIRHTTPSCallableResult *_Nullable result,
+ NSError *_Nullable error))completion
NS_SWIFT_NAME(call(_:completion:));
// clang-format on