diff --git a/F-Droid/src/org/fdroid/fdroid/net/bluetooth/BluetoothConstants.java b/F-Droid/src/org/fdroid/fdroid/net/bluetooth/BluetoothConstants.java index 5d38d71a0..35d7024cf 100644 --- a/F-Droid/src/org/fdroid/fdroid/net/bluetooth/BluetoothConstants.java +++ b/F-Droid/src/org/fdroid/fdroid/net/bluetooth/BluetoothConstants.java @@ -13,8 +13,6 @@ public class BluetoothConstants { // want to do so. // This UUID is just from mashing random hex characters on the keyboard. return UUID.fromString("cd59ba31-5729-b3bb-cb29-732b59eb61aa"); - - } }