project cleanup

This commit is contained in:
John Estropia
2021-09-22 20:09:32 +09:00
parent 9a026afe40
commit c54795db5a
7 changed files with 9 additions and 20 deletions

View File

@@ -648,7 +648,7 @@ public final class ListMonitor<O: DynamicObject>: Hashable {
*/
public func refetch(
_ fetchClauses: FetchClause...,
sourceIdentifier: Any?
sourceIdentifier: Any? = nil
) {
self.refetch(
@@ -668,7 +668,7 @@ public final class ListMonitor<O: DynamicObject>: Hashable {
*/
public func refetch(
_ fetchClauses: [FetchClause],
sourceIdentifier: Any?
sourceIdentifier: Any? = nil
) {
self.refetch(