mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:53 +02:00
cleanup
This commit is contained in:
@@ -114,7 +114,7 @@ public final class UnsafeDataTransaction: BaseDataTransaction, @unchecked Sendab
|
||||
- throws: an error thrown from `closure`, or an error thrown by Core Data (usually validation errors or conflict errors)
|
||||
*/
|
||||
public func flush(
|
||||
closure: () throws(any Swift.Error) -> Void
|
||||
closure: () throws(any Swift::Error) -> Void
|
||||
) rethrows {
|
||||
|
||||
try closure()
|
||||
|
||||
Reference in New Issue
Block a user