Skip to content
Snippets Groups Projects
Commit c9dbf645 authored by Makarand Dharmapurikar's avatar Makarand Dharmapurikar
Browse files

fixed indentation and removed unnecessary empty line

parent c2b3490f
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
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