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

Unified Diff: chrome/browser/resources/domain_reliability_internals.js

Issue 2600683002: Run tools/clang-format-js on some of chrome/browser/resources/ (Closed)
Patch Set: event_handler.js Created 4 years 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/domain_reliability_internals.js
diff --git a/chrome/browser/resources/domain_reliability_internals.js b/chrome/browser/resources/domain_reliability_internals.js
index aecd47245cfabf156f26bbce34f49b9f7ee0238d..8d475fb4ce438f1fa94aecc8f7f2424f72af93b4 100644
--- a/chrome/browser/resources/domain_reliability_internals.js
+++ b/chrome/browser/resources/domain_reliability_internals.js
@@ -20,5 +20,5 @@ cr.define('DomainReliabilityInternals', function() {
};
});
-document.addEventListener('DOMContentLoaded',
- DomainReliabilityInternals.initialize);
+document.addEventListener(
+ 'DOMContentLoaded', DomainReliabilityInternals.initialize);

Powered by Google App Engine
This is Rietveld 408576698