mirror of
https://github.com/ente-io/ente.git
synced 2025-08-07 23:18:10 +00:00
Lint fix
This commit is contained in:
parent
feb9414636
commit
c49aeb0be8
@ -1,7 +1,6 @@
|
||||
import "dart:async";
|
||||
|
||||
import "package:flutter/material.dart";
|
||||
import "package:intl/intl.dart";
|
||||
import "package:photos/generated/l10n.dart";
|
||||
import "package:photos/l10n/l10n.dart";
|
||||
import "package:photos/service_locator.dart";
|
||||
|
@ -174,7 +174,8 @@ Future<List<FileMLInstruction>> getFilesForMlIndexing() async {
|
||||
}
|
||||
}
|
||||
_logger.info(
|
||||
'Chececking index for ${filesOwnedByOthers.length} owned by others');
|
||||
'Chececking index for ${filesOwnedByOthers.length} owned by others',
|
||||
);
|
||||
return [...splitResult.matched, ...filesOwnedByOthers];
|
||||
}
|
||||
return splitResult.matched;
|
||||
|
Loading…
x
Reference in New Issue
Block a user