aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/core/util/channel_tracing_utils.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/util/channel_tracing_utils.cc b/test/core/util/channel_tracing_utils.cc
index 7733098871..a2449cc4bd 100644
--- a/test/core/util/channel_tracing_utils.cc
+++ b/test/core/util/channel_tracing_utils.cc
@@ -49,8 +49,7 @@ void validate_channel_trace_data(grpc_json* json,
size_t num_events_logged_expected,
size_t actual_num_events_expected) {
GPR_ASSERT(json);
- grpc_json* num_events_logged_json =
- get_json_child(json, "num_events_logged");
+ grpc_json* num_events_logged_json = get_json_child(json, "num_events_logged");
GPR_ASSERT(num_events_logged_json);
grpc_json* start_time = get_json_child(json, "creation_time");
GPR_ASSERT(start_time);