aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/GRPCClientTests.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-04-20 16:16:49 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-04-20 16:16:49 -0700
commitfd00263ae91d93e7dea28c6b7f229201e46463b5 (patch)
tree671f14e858f2dd0d62fdb881450501a14d5abb6f /src/objective-c/tests/GRPCClientTests.m
parenta2529ce53ae729b1ebcc0fa241ec9671c891dad1 (diff)
Fix nit
Diffstat (limited to 'src/objective-c/tests/GRPCClientTests.m')
-rw-r--r--src/objective-c/tests/GRPCClientTests.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/tests/GRPCClientTests.m b/src/objective-c/tests/GRPCClientTests.m
index 0a631d182a..e36f5c3ee9 100644
--- a/src/objective-c/tests/GRPCClientTests.m
+++ b/src/objective-c/tests/GRPCClientTests.m
@@ -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)];