style: tidy macos swift formatting
This commit is contained in:
@@ -9,7 +9,7 @@ final class DockIconManager: NSObject, @unchecked Sendable {
|
||||
private var windowsObservation: NSKeyValueObservation?
|
||||
private let logger = Logger(subsystem: "com.steipete.clawdis", category: "DockIconManager")
|
||||
|
||||
private override init() {
|
||||
override private init() {
|
||||
super.init()
|
||||
self.setupObservers()
|
||||
Task { @MainActor in
|
||||
|
||||
Reference in New Issue
Block a user