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) |