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

Unified Diff: tracing/tracing/model/process_memory_dump_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
« no previous file with comments | « tracing/tracing/model/process_memory_dump.html ('k') | tracing/tracing/model/process_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/process_memory_dump_test.html
diff --git a/tracing/tracing/model/process_memory_dump_test.html b/tracing/tracing/model/process_memory_dump_test.html
index 23493f44e252164bda434a02f7342ef25c2b3fa7..5f2cf1645652f463025d2b5991c1f9efe334bea9 100644
--- a/tracing/tracing/model/process_memory_dump_test.html
+++ b/tracing/tracing/model/process_memory_dump_test.html
@@ -56,8 +56,9 @@ tr.b.unittest.testSuite(function() {
function createFinalizedProcessMemoryDump(timestamp, opt_createdCallback) {
return createFinalizedProcessMemoryDumps([timestamp], function(pmds) {
- if (opt_createdCallback !== undefined)
+ if (opt_createdCallback !== undefined) {
opt_createdCallback(pmds[0]);
+ }
})[0];
}
« no previous file with comments | « tracing/tracing/model/process_memory_dump.html ('k') | tracing/tracing/model/process_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698