From 7cf9ae3229e499590b7cecf58d97f44da2d47982 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 6 Jan 2020 18:24:57 -0800 Subject: [PATCH] Delete a blank line. (Maybe got pushing working now?) --- Mac/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/AppDelegate.swift b/Mac/AppDelegate.swift index a04644019..2d3d0c244 100644 --- a/Mac/AppDelegate.swift +++ b/Mac/AppDelegate.swift @@ -111,7 +111,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, } func showAddFolderSheetOnWindow(_ window: NSWindow) { - addFolderWindowController = AddFolderWindowController() addFolderWindowController!.runSheetOnWindow(window) }