mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 14:21:49 +02:00
added missing closing bracket on sample code.
This commit is contained in:
@@ -260,9 +260,9 @@ do {
|
|||||||
completion: { (result) -> Void in
|
completion: { (result) -> Void in
|
||||||
switch result {
|
switch result {
|
||||||
case .Success(let persistentStore):
|
case .Success(let persistentStore):
|
||||||
print("Successfully added sqlite store: \(persistentStore)"
|
print("Successfully added sqlite store: \(persistentStore)")
|
||||||
case .Failure(let error):
|
case .Failure(let error):
|
||||||
print("Failed adding sqlite store with error: \(error)"
|
print("Failed adding sqlite store with error: \(error)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user