mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-20 00:24:26 +01:00
Support typed errors. Misc formatting
This commit is contained in:
@@ -44,8 +44,11 @@ public final class UnsafeDataModelSchema: DynamicSchema {
|
||||
- parameter modelName: the model version, typically the file name of an *.xcdatamodeld file (without the file extension)
|
||||
- parameter model: the `NSManagedObjectModel`
|
||||
*/
|
||||
public required init(modelName: ModelVersion, model: NSManagedObjectModel) {
|
||||
|
||||
public required init(
|
||||
modelName: ModelVersion,
|
||||
model: NSManagedObjectModel
|
||||
) {
|
||||
|
||||
self.modelVersion = modelName
|
||||
self.model = model
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user