Fix lint
This commit is contained in:
parent
ee7c1bafc3
commit
57e9ef10af
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class _FacesItemWidgetState extends State<FacesItemWidget> {
|
|||
final faceWidgets = <FaceWidget>[];
|
||||
|
||||
// await generation of the face crops here, so that the file info shows one central loading spinner
|
||||
final test = await getRelevantFaceCrops(faces);
|
||||
final _ = await getRelevantFaceCrops(faces);
|
||||
|
||||
final faceCrops = getRelevantFaceCrops(faces);
|
||||
for (final Face face in faces) {
|
||||
|
|
Loading…
Add table
Reference in a new issue