| Index: tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| diff --git a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| index 4fac72ad982a4969d9f868bdc8fc52d5cdb579d2..9aa35b779ecf2ea4b33f4e5ba825c5cd616e21cc 100644
|
| --- a/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| +++ b/tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html
|
| @@ -42,12 +42,13 @@ tr.b.unittest.testSuite(function() {
|
| var winQpcToTelemetryValue = undefined;
|
| var battorToTelemetryValue = undefined;
|
| for (var value of histograms) {
|
| - if (value.name === battorToWinQpcName)
|
| + if (value.name === battorToWinQpcName) {
|
| battorToWinQpcValue = value;
|
| - else if (value.name === winQpcToTelemetryName)
|
| + } else if (value.name === winQpcToTelemetryName) {
|
| winQpcToTelemetryValue = value;
|
| - else if (value.name === battorToTelemetryName)
|
| + } else if (value.name === battorToTelemetryName) {
|
| battorToTelemetryValue = value;
|
| + }
|
| }
|
|
|
| // Clock sync graph is:
|
|
|