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

Unified Diff: chrome/browser/resources/md_extensions/load_error.js

Issue 2948443003: Run clang-format on .js files in c/b/r/md_extensions (Closed)
Patch Set: Created 3 years, 6 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/md_extensions/load_error.js
diff --git a/chrome/browser/resources/md_extensions/load_error.js b/chrome/browser/resources/md_extensions/load_error.js
index eaba34c8b60923ecce9dfb287ee98ade895f8abe..bd440713d394dddbc62b8662ddc37b87c5bc93ad 100644
--- a/chrome/browser/resources/md_extensions/load_error.js
+++ b/chrome/browser/resources/md_extensions/load_error.js
@@ -64,6 +64,5 @@ cr.define('extensions', function() {
},
});
- return {LoadError: LoadError,
- LoadErrorDelegate: LoadErrorDelegate};
+ return {LoadError: LoadError, LoadErrorDelegate: LoadErrorDelegate};
});

Powered by Google App Engine
This is Rietveld 408576698