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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_categories_list.js

Issue 2944703004: Run clang-format on .js files in c/b/r/chromeos (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/chromeos/wallpaper_manager/js/wallpaper_categories_list.js
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_categories_list.js b/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_categories_list.js
index fa064a04cd3099a68f3ff7b66f5bd4a3a0a0b8de..746ef425182b610595b52543df63ab7faa3726eb 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_categories_list.js
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/js/wallpaper_categories_list.js
@@ -82,7 +82,5 @@ cr.define('wallpapers', function() {
},
};
- return {
- WallpaperCategoriesList: WallpaperCategoriesList
- };
+ return {WallpaperCategoriesList: WallpaperCategoriesList};
});

Powered by Google App Engine
This is Rietveld 408576698