From 6dec9fb928af000a1512319557ad6d9abd1a946c Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 10 Sep 2015 21:21:27 -0400 Subject: [PATCH] remove unnecessary whitespace --- .../src/org/fdroid/fdroid/net/bluetooth/BluetoothConstants.java | 2 -- 1 file changed, 2 deletions(-) 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"); - - } }