mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
formatting
This commit is contained in:
@@ -88,7 +88,8 @@ class UploadRepository {
|
||||
Canceled: ${canceledTasks.length}
|
||||
Waiting: ${waitingTasks.length}
|
||||
Paused: ${pausedTasks.length}
|
||||
""");
|
||||
""",
|
||||
);
|
||||
}
|
||||
|
||||
Future<void> backupWithDartClient(Iterable<UploadTaskWithFile> tasks, CancellationToken cancelToken) async {
|
||||
|
||||
Reference in New Issue
Block a user