Fix swiftformat issues

This commit is contained in:
Arkadiusz Fal
2023-09-23 15:07:27 +02:00
parent 2330924fef
commit dfda1181e2
7 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ final class OrientationModel {
var orientation = UIInterfaceOrientation.portrait
var lastOrientation: UIInterfaceOrientation?
var orientationDebouncer = Debouncer(.milliseconds(300))
internal var orientationObserver: Any?
var orientationObserver: Any?
private var player = PlayerModel.shared