macos: fix some CI build issues

pull/7535/head
Mitchell Hashimoto 2025-06-07 12:22:37 -07:00
parent 973a2afdde
commit 20744f0482
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ class BaseTerminalController: NSWindowController,
/// This will also insert the proper undo stack information in.
func closeSurfaceNode(
_ node: SplitTree<Ghostty.SurfaceView>.Node,
withConfirmation: Bool = true,
withConfirmation: Bool = true
) {
// This node must be part of our tree
guard surfaceTree.contains(node) else { return }