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

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

Issue 2600683002: Run tools/clang-format-js on some of chrome/browser/resources/ (Closed)
Patch Set: . 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/about_conflicts.js
diff --git a/chrome/browser/resources/about_conflicts.js b/chrome/browser/resources/about_conflicts.js
index e8eb92ea557131d30b6dc87642165ee3174706b6..4c7ab365389d1dc127a42b6cf816826f60041b61 100644
--- a/chrome/browser/resources/about_conflicts.js
+++ b/chrome/browser/resources/about_conflicts.js
@@ -7,11 +7,10 @@
* expects to correctly populate the page.
*/
var moduleListDataFormat = {
- 'moduleList': [
- {
+ 'moduleList': [{
'type': 'The type of module found',
'type_description':
- 'The type of module (string), defaults to blank for regular modules',
+ 'The type of module (string), defaults to blank for regular modules',
'status': 'The module status',
'location': 'The module path, not including filename',
'name': 'The name of the module',
@@ -22,8 +21,7 @@ var moduleListDataFormat = {
'recommended_action': 'The help tips bitmask',
'possible_resolution': 'The help tips in string form',
'help_url': 'The link to the Help Center article'
- }
-]
+ }]
};
/**
« no previous file with comments | « no previous file | chrome/browser/resources/about_invalidations.js » ('j') | chrome/browser/resources/about_invalidations.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698