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

Unified Diff: chrome/browser/resources/bluetooth_internals/device_collection.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/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 9fdc7435e7d9fb8e2e7ef2fe3836c3b94f0b5123..7245f26c2ef69d6bb77e1e9309894cdbeee0e29b 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;

Powered by Google App Engine
This is Rietveld 408576698