Skip to content

Commit 3483036

Browse files
committed
Completely OCD edits to comments
1 parent 23423f5 commit 3483036

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

macos-spaces/AppDelegate.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate {
3636

3737
// Configure observers for dark mode and space switch
3838
func observers() {
39-
4039
// Configure observer that fires when desktop space changes
4140
workspace = NSWorkspace.shared
4241

@@ -57,7 +56,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate {
5756

5857
// Generate an image based on currently focused space
5958
func generateImage(activeSpace: Int) -> NSImage {
60-
6159
// Create an image that is the correct size to hold all space boxes
6260
let img: NSImage = NSImage(size: NSSize.init(width: 17.0*Double(totalSpaces), height: 15.0))
6361

0 commit comments

Comments
 (0)