Fixed spacing

pull/1363/head
murgatroid99 10 years ago
parent 54e93d4b9a
commit dcde97030b
  1. 2
      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

Loading…
Cancel
Save