diff options
Diffstat (limited to 'components/net/bluetooth_thread.rs')
-rw-r--r-- | components/net/bluetooth_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/bluetooth_thread.rs b/components/net/bluetooth_thread.rs index efdeb02d7b2..bb71b27469b 100644 --- a/components/net/bluetooth_thread.rs +++ b/components/net/bluetooth_thread.rs @@ -162,7 +162,7 @@ pub struct BluetoothManager { } impl BluetoothManager { - pub fn new (receiver: IpcReceiver<BluetoothMethodMsg>, adapter: Option<BluetoothAdapter>) -> BluetoothManager { + pub fn new(receiver: IpcReceiver<BluetoothMethodMsg>, adapter: Option<BluetoothAdapter>) -> BluetoothManager { BluetoothManager { receiver: receiver, adapter: adapter, |