Skip to content
Snippets Groups Projects
Commit dcde9703 authored by murgatroid99's avatar murgatroid99
Browse files

Fixed spacing

parent 54e93d4b
No related branches found
No related tags found
No related merge requests found
...@@ -223,7 +223,7 @@ static void AssertNoErrorInCall(grpc_call_error error) { ...@@ -223,7 +223,7 @@ static void AssertNoErrorInCall(grpc_call_error error) {
// TODO(jcanizales): Rename to commitHeaders. // TODO(jcanizales): Rename to commitHeaders.
- (void)sendHeaders:(NSDictionary *)metadata { - (void)sendHeaders:(NSDictionary *)metadata {
[_wrappedCall startBatchWithOperations:@[[[GRPCOpSendMetadata alloc] initWithMetadata:metadata?:@{} handler:nil]]]; [_wrappedCall startBatchWithOperations:@[[[GRPCOpSendMetadata alloc] initWithMetadata:metadata ?: @{} handler:nil]]];
} }
#pragma mark GRXWriteable implementation #pragma mark GRXWriteable implementation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment