whitespace fixes

This commit is contained in:
Toni Förster 2024-04-23 11:39:32 +02:00
parent f3637e2426
commit 0e7d66849d
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7
2 changed files with 2 additions and 2 deletions

View File

@ -1190,7 +1190,8 @@ final class PlayerModel: ObservableObject {
if !self.controls.isLoadingVideo { if !self.controls.isLoadingVideo {
self.backend.togglePlay() self.backend.togglePlay()
} }
default: return keyEvent default:
return keyEvent
} }
return nil return nil
} }

View File

@ -1,4 +1,3 @@
import SwiftUI import SwiftUI
struct ImportSettings: View { struct ImportSettings: View {