Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: tracing/tracing/metrics/system_health/clock_sync_latency_metric_test.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « tracing/tracing/metrics/metric_map_function.html ('k') | tracing/tracing/metrics/system_health/cpu_time_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698