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

Unified Diff: tracing/tracing/model/interaction_record_test.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/interaction_record_test.html
diff --git a/tracing/tracing/model/interaction_record_test.html b/tracing/tracing/model/interaction_record_test.html
index 06a9c8001a36402ae44c00ae0b56e4ce1aea8fbc..75af236f76d6ebdc562504bc6dbd8865a5ed3ae4 100644
--- a/tracing/tracing/model/interaction_record_test.html
+++ b/tracing/tracing/model/interaction_record_test.html
@@ -39,8 +39,9 @@ tr.b.unittest.testSuite(function() {
model.ir1.associatedEvents.push(model.s1);
model.ir1.associatedEvents.push(model.s2);
- if (opt_customizeModelCallback)
+ if (opt_customizeModelCallback) {
opt_customizeModelCallback(model);
+ }
});
}
test('notSelected', function() {

Powered by Google App Engine
This is Rietveld 408576698