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

Unified Diff: tracing/tracing/model/flow_event.html

Issue 2776653002: [ESLint] Fix violations when enabling curly rule in eslint. (Closed)
Patch Set: Fix test 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/model/flow_event.html
diff --git a/tracing/tracing/model/flow_event.html b/tracing/tracing/model/flow_event.html
index 6e0839219359bc6d27ec48350e9b0139d6404bd9..9b85217d6f840e3a978a4c4f2a415f7751135f6a 100644
--- a/tracing/tracing/model/flow_event.html
+++ b/tracing/tracing/model/flow_event.html
@@ -38,8 +38,9 @@ tr.exportTo('tr.model', function() {
this.startStackFrame = undefined;
this.endStackFrame = undefined;
- if (opt_duration !== undefined)
+ if (opt_duration !== undefined) {
this.duration = opt_duration;
+ }
}
FlowEvent.prototype = {

Powered by Google App Engine
This is Rietveld 408576698