diff --git a/mobile/lib/services/machine_learning/face_ml/person/person_service.dart b/mobile/lib/services/machine_learning/face_ml/person/person_service.dart index 913e52268..8617e9cda 100644 --- a/mobile/lib/services/machine_learning/face_ml/person/person_service.dart +++ b/mobile/lib/services/machine_learning/face_ml/person/person_service.dart @@ -114,7 +114,9 @@ class PersonService { } bool _shouldUpdateRemotePerson( - PersonData personData, Map> dbPersonCluster) { + PersonData personData, + Map> dbPersonCluster, + ) { bool result = false; if ((personData.assigned?.length ?? 0) != dbPersonCluster.length) { log(