mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Use Swift 5.7 if-let style
This commit is contained in:
@@ -38,7 +38,7 @@ extension PlayerModel {
|
||||
let results = try? backgroundContext.fetch(watchFetchRequest)
|
||||
|
||||
backgroundContext.perform { [weak self] in
|
||||
guard let self = self else {
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user