Delete a blank line. (Maybe got pushing working now?)

This commit is contained in:
Brent Simmons 2020-01-06 18:24:57 -08:00
parent 7a7557ac39
commit 7cf9ae3229

View File

@ -111,7 +111,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
}
func showAddFolderSheetOnWindow(_ window: NSWindow) {
addFolderWindowController = AddFolderWindowController()
addFolderWindowController!.runSheetOnWindow(window)
}