Custom Timetable code style corrections

This commit is contained in:
2024-02-12 01:08:57 +01:00
parent 22db412e75
commit 0f6c75690d
4 changed files with 0 additions and 5 deletions

View File

@ -18,5 +18,4 @@ class RemoveCustomTimetableEvent extends MhslApi<void> {
Future<Response>? request(Uri uri) {
return http.delete(uri, body: jsonEncode(params.toJson()));
}
}