mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-19 15:01:53 +02:00
Whitespace fixes
This commit is contained in:
@@ -98,9 +98,7 @@ public class BluetoothSenssun extends BluetoothCommunication {
|
|||||||
case 4:
|
case 4:
|
||||||
case 5:
|
case 5:
|
||||||
sendUserData();
|
sendUserData();
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -131,7 +129,6 @@ public class BluetoothSenssun extends BluetoothCommunication {
|
|||||||
Timber.d("meas: %s",measurement.toString());
|
Timber.d("meas: %s",measurement.toString());
|
||||||
addScaleData(measurement);
|
addScaleData(measurement);
|
||||||
gotData = 2;
|
gotData = 2;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -172,12 +169,9 @@ public class BluetoothSenssun extends BluetoothCommunication {
|
|||||||
//date
|
//date
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//measurement.setDateTime(lastWeighted);
|
//measurement.setDateTime(lastWeighted);
|
||||||
measurement.setDateTime(new Date());
|
measurement.setDateTime(new Date());
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user