mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-06-14 18:34:41 +02:00
Xcode 14, iOS 16 SDK (min iOS 13)
This commit is contained in:
@@ -425,7 +425,7 @@ extension DataStack {
|
||||
operations.append(
|
||||
BlockOperation { [weak self] in
|
||||
|
||||
guard let `self` = self, !cancelled else {
|
||||
guard let self = self, !cancelled else {
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user