[mob][photos] Trailing comma

This commit is contained in:
laurenspriem 2024-05-02 12:38:05 +05:30
parent c6129c32da
commit 2e17e2b78d

View file

@ -114,7 +114,9 @@ class PersonService {
}
bool _shouldUpdateRemotePerson(
PersonData personData, Map<int, Set<String>> dbPersonCluster) {
PersonData personData,
Map<int, Set<String>> dbPersonCluster,
) {
bool result = false;
if ((personData.assigned?.length ?? 0) != dbPersonCluster.length) {
log(