Index: chrome/browser/resources/bluetooth_internals/device_collection.js |
diff --git a/chrome/browser/resources/bluetooth_internals/device_collection.js b/chrome/browser/resources/bluetooth_internals/device_collection.js |
index 6f68ec9eb509eb80defd87635e3f4b864dd111ad..d887625463b68dd9138abe75b7245141a81752f9 100644 |
--- a/chrome/browser/resources/bluetooth_internals/device_collection.js |
+++ b/chrome/browser/resources/bluetooth_internals/device_collection.js |
@@ -65,7 +65,7 @@ cr.define('device_collection', function() { |
// on |deviceInfo|. The rssi property may be null, so it must be |
// re-assigned. |
Object.assign(oldDeviceInfo, deviceInfo); |
- oldDeviceInfo.rssi = { value: rssi }; |
+ oldDeviceInfo.rssi = {value: rssi}; |
this.updateIndex(this.indexOf(oldDeviceInfo)); |
} else { |
deviceInfo.connectionStatus = ConnectionStatus.DISCONNECTED; |