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

Unified Diff: chrome/browser/resources/sync_file_system_internals/dump_database.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/dump_database.js
diff --git a/chrome/browser/resources/sync_file_system_internals/dump_database.js b/chrome/browser/resources/sync_file_system_internals/dump_database.js
index 58025bc417026f258aad4a512fb439144e897a8a..1f0b9f27209c6bb360bba1924bc7232c9aa67be6 100644
--- a/chrome/browser/resources/sync_file_system_internals/dump_database.js
+++ b/chrome/browser/resources/sync_file_system_internals/dump_database.js
@@ -78,7 +78,7 @@ DumpDatabase.onGetDatabaseDump = function(databaseDump) {
div.appendChild(table);
placeholder.appendChild(div);
}
-}
+};
function main() {
getDatabaseDump();

Powered by Google App Engine
This is Rietveld 408576698