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

Unified Diff: tracing/tracing/value/ui/preferred_display_unit.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/value/ui/preferred_display_unit.html
diff --git a/tracing/tracing/value/ui/preferred_display_unit.html b/tracing/tracing/value/ui/preferred_display_unit.html
index 988845d5f3e5c814e97b4acbe85ebf5c73268908..483ce6d51d6d7340bfc1314eadf25bdc1ee968e5 100644
--- a/tracing/tracing/value/ui/preferred_display_unit.html
+++ b/tracing/tracing/value/ui/preferred_display_unit.html
@@ -30,8 +30,7 @@ found in the LICENSE file.
},
set preferredTimeDisplayMode(v) {
- if (this.preferredTimeDisplayMode_ === v)
- return;
+ if (this.preferredTimeDisplayMode_ === v) return;
this.preferredTimeDisplayMode_ = v;
tr.b.Unit.didPreferredTimeDisplayUnitChange();
}
« no previous file with comments | « tracing/tracing/value/ui/histogram_set_view_test.html ('k') | tracing/tracing/value/ui/scalar_context_controller.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698