mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Automatic linting
This commit is contained in:
@@ -59,7 +59,7 @@ class WorkoutSession {
|
||||
required this.timeEnd,
|
||||
});
|
||||
|
||||
WorkoutSession.now(){
|
||||
WorkoutSession.now() {
|
||||
timeStart = TimeOfDay.now();
|
||||
timeEnd = TimeOfDay.now();
|
||||
}
|
||||
|
||||
@@ -871,7 +871,6 @@ class _SessionPageState extends State<SessionPage> {
|
||||
timeEndController.text = timeToString(pickedTime)!;
|
||||
_session.timeEnd = pickedTime;
|
||||
}
|
||||
|
||||
},
|
||||
onSaved: (newValue) {
|
||||
_session.timeEnd = stringToTime(newValue);
|
||||
|
||||
Reference in New Issue
Block a user