aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-19 14:29:08 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-19 14:29:08 -0700
commite542e006eb4ffcd0c19488428a3cfe5605bf41e5 (patch)
tree917ea2307bcecb1bbd3b91c31436cddc973d87f7 /src/objective-c/GRPCClient/GRPCCall.h
parent0242b022ccc804e498b2e631fd0e6c8478ac97c4 (diff)
Format fix
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index b8fccc37dc..9fdcd93a30 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -254,7 +254,8 @@ extern NSString * const kGRPCTrailersKey;
/**
* Finish the RPC request and half-close the call. The server may still send messages and/or
* trailers to the client.
- */ -(void)finish;
+ */
+- (void)finish;
/**
* Get a copy of the original call options.