2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 09:58:08 +00:00

Removing accidental newline

Signed-off-by: Rob Emery <git@mintsoft.net>
This commit is contained in:
Rob Emery 2024-04-21 22:18:26 +01:00 committed by Rob Emery
parent 105a733028
commit f21fe2eb1b

View File

@ -254,7 +254,6 @@ class BluetoothLinkProvider(private val context: Context) : BaseLinkProvider() {
context.unregisterReceiver(this)
} catch (se: SecurityException) {
Log.w("BluetoothLinkProvider", se)
}
}