aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/GRPCClientTests.m
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-02-26 16:59:08 -0800
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-02-26 16:59:08 -0800
commitc9dbf645e43515269b61b7337692afc037dbea5a (patch)
tree40692e6a6415bc010bc20173b172ccddf776dabd /src/objective-c/tests/GRPCClientTests.m
parentc2b3490fc5af4a9acd029014055b9614300a6408 (diff)
fixed indentation and removed unnecessary empty line
Diffstat (limited to 'src/objective-c/tests/GRPCClientTests.m')
-rw-r--r--src/objective-c/tests/GRPCClientTests.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objective-c/tests/GRPCClientTests.m b/src/objective-c/tests/GRPCClientTests.m
index d052f31a3d..d6f1b8f232 100644
--- a/src/objective-c/tests/GRPCClientTests.m
+++ b/src/objective-c/tests/GRPCClientTests.m
@@ -277,8 +277,7 @@ static ProtoMethod *kUnaryCallMethod;
@"Foo grpc-objc/0.13.0 grpc-c/0.14.0-dev (ios)",
@"Did not receive expected user agent %@",
call.responseHeaders[@"x-grpc-test-echo-useragent"]);
-
- [response fulfill];
+ [response fulfill];
} completionHandler:^(NSError *errorOrNil) {
XCTAssertNil(errorOrNil, @"Finished with unexpected error: %@", errorOrNil);
[completion fulfill];