mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 20:01:57 +02:00
cleanup
This commit is contained in:
@@ -535,7 +535,7 @@ public final class DataStack: Equatable, Sendable {
|
||||
_ storage: StorageInterface,
|
||||
finalURL: URL?,
|
||||
finalStoreOptions: [AnyHashable: Any]?
|
||||
) throws(any Swift.Error) -> NSPersistentStore {
|
||||
) throws(any Swift::Error) -> NSPersistentStore {
|
||||
|
||||
let persistentStore = try self.coordinator.addPersistentStore(
|
||||
ofType: type(of: storage).storeType,
|
||||
|
||||
Reference in New Issue
Block a user