fixed indentation and removed unnecessary empty line

pull/5465/head
Makarand Dharmapurikar 9 years ago
parent c2b3490fc5
commit c9dbf645e4
  1. 3
      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];

Loading…
Cancel
Save