mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:47 +02:00
cleanup
This commit is contained in:
@@ -77,7 +77,7 @@ extension Internals {
|
||||
}
|
||||
|
||||
@nonobjc
|
||||
internal func performFetchFromSpecifiedStores() throws(any Swift.Error) {
|
||||
internal func performFetchFromSpecifiedStores() throws(any Swift::Error) {
|
||||
|
||||
try self.reapplyAffectedStores(self.typedFetchRequest, self.managedObjectContext)
|
||||
try self.performFetch()
|
||||
@@ -106,6 +106,6 @@ extension Internals {
|
||||
private let reapplyAffectedStores: (
|
||||
_ fetchRequest: Internals.CoreStoreFetchRequest<NSManagedObject>,
|
||||
_ context: NSManagedObjectContext
|
||||
) throws(any Swift.Error) -> Void
|
||||
) throws(any Swift::Error) -> Void
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user