1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-18 22:41:44 +02:00

Whitespace fixes

This commit is contained in:
Erik Johansson
2018-11-25 19:07:36 +01:00
parent 197c863cfd
commit 00362865a3

View File

@@ -98,9 +98,7 @@ public class BluetoothSenssun extends BluetoothCommunication {
case 4:
case 5:
sendUserData();
break;
default:
return false;
}
@@ -131,7 +129,6 @@ public class BluetoothSenssun extends BluetoothCommunication {
Timber.d("meas: %s",measurement.toString());
addScaleData(measurement);
gotData = 2;
}
}
}
@@ -172,12 +169,9 @@ public class BluetoothSenssun extends BluetoothCommunication {
//date
break;
default:
}
//measurement.setDateTime(lastWeighted);
measurement.setDateTime(new Date());
}
}