Thou shalt not cross 80 columns in thy file.
This commit is contained in:
@@ -22,7 +22,10 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
|
||||
// MARK: - Notifications
|
||||
private func setupNotifications() {
|
||||
NSWorkspace.shared.notificationCenter.addObserver(self, selector: #selector(wakeUp), name: NSWorkspace.didWakeNotification, object: nil)
|
||||
NSWorkspace.shared.notificationCenter
|
||||
.addObserver(self, selector: #selector(wakeUp),
|
||||
name: NSWorkspace.didWakeNotification,
|
||||
object: nil)
|
||||
}
|
||||
|
||||
@objc private func wakeUp() {
|
||||
|
||||
Reference in New Issue
Block a user