mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-13 19:15:48 +00:00
macos: swiftlint 'vertical_parameter_alignment' rule
This commit is contained in:
@@ -22,7 +22,6 @@ disabled_rules:
|
||||
- no_fallthrough_only
|
||||
- switch_case_alignment
|
||||
- unused_enumerated
|
||||
- vertical_parameter_alignment
|
||||
|
||||
identifier_name:
|
||||
min_length: 1
|
||||
|
||||
@@ -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