Skip to content
Snippets Groups Projects
Commit 6321cec5 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix formatting

parent 453442ee
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,8 @@ void JsonReporter::ReportQPS(const ScenarioResult& result) {
grpc::string binary;
grpc::string json_string;
result.SerializeToString(&binary);
auto status = BinaryToJsonString(type_resolver.get(),
"type.googleapis.com/grpc.testing.ScenarioResult",
auto status = BinaryToJsonString(
type_resolver.get(), "type.googleapis.com/grpc.testing.ScenarioResult",
binary, &json_string);
GPR_ASSERT(status.ok());
......
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