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

clang-format fix

parent 1251ae2e
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,8 @@ static void test_cacheable_request_response_with_metadata_and_payload( ...@@ -116,7 +116,8 @@ static void test_cacheable_request_response_with_metadata_and_payload(
{"key3", "val3", 4, 0, {{NULL, NULL, NULL, NULL}}}, {"key3", "val3", 4, 0, {{NULL, NULL, NULL, NULL}}},
{"key4", "val4", 4, 0, {{NULL, NULL, NULL, NULL}}}}; {"key4", "val4", 4, 0, {{NULL, NULL, NULL, NULL}}}};
grpc_end2end_test_fixture f = begin_test( grpc_end2end_test_fixture f = begin_test(
config, "test_cacheable_request_response_with_metadata_and_payload", NULL, NULL); config, "test_cacheable_request_response_with_metadata_and_payload", NULL,
NULL);
cq_verifier *cqv = cq_verifier_create(f.cq); cq_verifier *cqv = cq_verifier_create(f.cq);
grpc_op ops[6]; grpc_op ops[6];
grpc_op *op; grpc_op *op;
......
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