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

Unified Diff: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js

Issue 2834433002: MD Settings: ESLint --fix output, WIP. (Closed)
Patch Set: Created 3 years, 8 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/bluetooth_page/bluetooth_device_dialog.js
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
index 5795dce5b47a091922f86251f72dc95f6a3d97c5..6e8905949a03b6ac760f9cf7714b8ec45d9bc5b9 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js
@@ -229,10 +229,10 @@ settings.BluetoothPairDeviceBehavior = {
if (!this.pairingDevice)
return;
var options =
- /** @type {!chrome.bluetoothPrivate.SetPairingResponseOptions} */ {
- device: this.pairingDevice,
- response: response
- };
+ /** @type {!chrome.bluetoothPrivate.SetPairingResponseOptions} */ {
dschuyler 2017/04/19 18:58:41 This looks like it should be a four space indent.
+ device: this.pairingDevice,
+ response: response
+ };
if (response == chrome.bluetoothPrivate.PairingResponse.CONFIRM) {
var pairing = this.pairingEvent_.pairing;
if (pairing == PairingEventType.REQUEST_PINCODE)

Powered by Google App Engine
This is Rietveld 408576698