From 2e17e2b78d047ab53f6020b73812451295c403c1 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Thu, 2 May 2024 12:38:05 +0530 Subject: [PATCH] [mob][photos] Trailing comma --- .../machine_learning/face_ml/person/person_service.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(