summaryrefslogtreecommitdiff
path: root/modules/controlcenter/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controlcenter/bluetooth')
-rw-r--r--modules/controlcenter/bluetooth/BtPane.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/controlcenter/bluetooth/BtPane.qml b/modules/controlcenter/bluetooth/BtPane.qml
index a987e75..7d3b9ca 100644
--- a/modules/controlcenter/bluetooth/BtPane.qml
+++ b/modules/controlcenter/bluetooth/BtPane.qml
@@ -19,7 +19,7 @@ SplitPaneWithDetails {
anchors.fill: parent
activeItem: session.bt.active
- paneIdGenerator: function(item) {
+ paneIdGenerator: function (item) {
return item ? (item.address || "") : "";
}