Lint fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user