mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-01 03:14:40 +00:00
macos: swiftlint 'vertical_parameter_alignment' rule
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user