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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_printer_details_page.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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/settings/printing_page/cups_printer_details_page.js
diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
index c6c9f2edce3ed49f273670eaf15a44d80edc2baf..638f8bc0dfa596a9302e9f0c11ff2a810fe55906 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
+++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.js
@@ -35,8 +35,8 @@ Polymer({
* @private
*/
onValueChanged_: function() {
- this.browserProxy_.updateCupsPrinter(this.printer.printerId,
- this.printer.printerName);
+ this.browserProxy_.updateCupsPrinter(
+ this.printer.printerId, this.printer.printerName);
},
/**

Powered by Google App Engine
This is Rietveld 408576698