mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-18 22:41:44 +02:00
Whitespace fixes
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user