aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/ProtoRPC/ProtoRPC.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-23 13:14:24 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-23 13:14:24 -0700
commit26108e1106cffd1767f0b7fb6ff4b0672ed6a640 (patch)
treefe8ea617db8d5e258c84c58fdff9810c94487f33 /src/objective-c/ProtoRPC/ProtoRPC.h
parentcc58524994eddfbbc7cd800efe1462a7ec28d4f0 (diff)
clang-format
Diffstat (limited to 'src/objective-c/ProtoRPC/ProtoRPC.h')
-rw-r--r--src/objective-c/ProtoRPC/ProtoRPC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/ProtoRPC/ProtoRPC.h b/src/objective-c/ProtoRPC/ProtoRPC.h
index 6f4b9eed75..635ba0c90e 100644
--- a/src/objective-c/ProtoRPC/ProtoRPC.h
+++ b/src/objective-c/ProtoRPC/ProtoRPC.h
@@ -31,8 +31,8 @@ NS_ASSUME_NONNULL_BEGIN
@optional
/**
- * Issued when initial metadata is received from the server. The task must be scheduled onto the
- * dispatch queue in property \a dispatchQueue. */
+ * Issued when initial metadata is received from the server. The task must be scheduled onto the
+ * dispatch queue in property \a dispatchQueue. */
- (void)receivedInitialMetadata:(NSDictionary *_Nullable)initialMetadata;
/**