Skip to content
Snippets Groups Projects
Commit fd00263a authored by Muxi Yan's avatar Muxi Yan
Browse files

Fix nit

parent a2529ce5
No related branches found
No related tags found
No related merge requests found
......@@ -366,8 +366,8 @@ static GRPCProtoMethod *kUnaryCallMethod;
GRXWriter *requestsWriter1 = [GRXWriter writerWithValue:[request data]];
GRPCCall *call1 = [[GRPCCall alloc] initWithHost:kHostAddress
path:kUnaryCallMethod.HTTPPath
requestsWriter:requestsWriter1];
path:kUnaryCallMethod.HTTPPath
requestsWriter:requestsWriter1];
id<GRXWriteable> responsesWriteable1 = [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) {
NSString *label = [NSString stringWithUTF8String:dispatch_queue_get_label(DISPATCH_CURRENT_QUEUE_LABEL)];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment