Style fixes

This commit is contained in:
Arkadiusz Fal
2024-02-02 10:42:24 +01:00
parent 55f4a4a2a1
commit 2413526d70
4 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ final class PlayerViewController: NSViewController {
return [ratio, 1.0].max()!
}
override func viewDidDisappear() {
func viewDidDisappear() {
super.viewDidDisappear()
}