mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: Format people_provider
This commit is contained in:
parent
f17c786bea
commit
db727eb2e8
1 changed files with 1 additions and 3 deletions
|
|
@ -28,6 +28,4 @@ final driftGetPersonByIdProvider = StreamProvider.family<DriftPerson?, String>((
|
||||||
return ref.watch(driftPeopleServiceProvider).watchPersonById(personId);
|
return ref.watch(driftPeopleServiceProvider).watchPersonById(personId);
|
||||||
});
|
});
|
||||||
|
|
||||||
final personMergeTrackerProvider = Provider<PersonMergeTrackerService>(
|
final personMergeTrackerProvider = Provider<PersonMergeTrackerService>((ref) => PersonMergeTrackerService());
|
||||||
(ref) => PersonMergeTrackerService(),
|
|
||||||
);
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue