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

Unified Diff: chrome/browser/resources/print_preview/data/capabilities_holder.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (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/print_preview/data/capabilities_holder.js
diff --git a/chrome/browser/resources/print_preview/data/capabilities_holder.js b/chrome/browser/resources/print_preview/data/capabilities_holder.js
index ffa0f897fbd7ced0a59f89a864375676b7a2874e..1201ae2d3ac3a148d19de3a76cd98ecff23722ef 100644
--- a/chrome/browser/resources/print_preview/data/capabilities_holder.js
+++ b/chrome/browser/resources/print_preview/data/capabilities_holder.js
@@ -34,7 +34,5 @@ cr.define('print_preview', function() {
};
// Export
- return {
- CapabilitiesHolder: CapabilitiesHolder
- };
+ return {CapabilitiesHolder: CapabilitiesHolder};
});

Powered by Google App Engine
This is Rietveld 408576698