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

Unified Diff: chrome/browser/resources/sync_file_system_internals/task_log.js

Issue 2909503003: WebUI: Enable ESLint rule for missing semicolons. (Closed)
Patch Set: Undo local_ntp changes from this CL. Created 3 years, 7 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: chrome/browser/resources/sync_file_system_internals/task_log.js
diff --git a/chrome/browser/resources/sync_file_system_internals/task_log.js b/chrome/browser/resources/sync_file_system_internals/task_log.js
index 0cc24db35f5dced1ec53662d25d227fb625b548d..53797540a02e33ef8d958fb5a684b88fcdcd7d1c 100644
--- a/chrome/browser/resources/sync_file_system_internals/task_log.js
+++ b/chrome/browser/resources/sync_file_system_internals/task_log.js
@@ -44,7 +44,7 @@ TaskLog.onTaskLogRecorded = function(taskLog) {
tr.appendChild(details);
$('task-log-entries').appendChild(tr);
-}
+};
/**
* Get initial sync service values and set listeners to get updated values.

Powered by Google App Engine
This is Rietveld 408576698