diff --git a/macos/.swiftlint.yml b/macos/.swiftlint.yml index 6713f9f64..8f76034af 100644 --- a/macos/.swiftlint.yml +++ b/macos/.swiftlint.yml @@ -22,7 +22,6 @@ disabled_rules: - no_fallthrough_only - switch_case_alignment - unused_enumerated - - vertical_parameter_alignment identifier_name: min_length: 1 diff --git a/macos/Sources/Features/Terminal/TerminalController.swift b/macos/Sources/Features/Terminal/TerminalController.swift index 3b4242a86..2730a0436 100644 --- a/macos/Sources/Features/Terminal/TerminalController.swift +++ b/macos/Sources/Features/Terminal/TerminalController.swift @@ -935,9 +935,7 @@ class TerminalController: BaseTerminalController, TabGroupCloseCoordinator.Contr let tabColor: TerminalTabColor } - convenience init(_ ghostty: Ghostty.App, - with undoState: UndoState - ) { + convenience init(_ ghostty: Ghostty.App, with undoState: UndoState) { self.init(ghostty, withSurfaceTree: undoState.surfaceTree) // Show the window and restore its frame