aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-04-27 11:12:57 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-04-27 11:12:57 -0700
commitdcde97030bc75be1678d16a955e1df443b45a0b7 (patch)
tree13290658b9a4ff9763c5affd3fc7d553df1bbcfa /src
parent54e93d4b9a129bc44cd1c1c56ff51671a51d9671 (diff)
Fixed spacing
Diffstat (limited to 'src')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.m b/src/objective-c/GRPCClient/GRPCCall.m
index 2c3f5c8833..3d8581c3b9 100644
--- a/src/objective-c/GRPCClient/GRPCCall.m
+++ b/src/objective-c/GRPCClient/GRPCCall.m
@@ -223,7 +223,7 @@ static void AssertNoErrorInCall(grpc_call_error error) {
// TODO(jcanizales): Rename to commitHeaders.
- (void)sendHeaders:(NSDictionary *)metadata {
- [_wrappedCall startBatchWithOperations:@[[[GRPCOpSendMetadata alloc] initWithMetadata:metadata?:@{} handler:nil]]];
+ [_wrappedCall startBatchWithOperations:@[[[GRPCOpSendMetadata alloc] initWithMetadata:metadata ?: @{} handler:nil]]];
}
#pragma mark GRXWriteable implementation