mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Fixed formatting
This commit is contained in:
@ -100,7 +100,6 @@ struct TerminalView<ViewModel: TerminalViewModel>: View {
|
||||
}
|
||||
.onChange(of: proxyIconURL) { newValue in
|
||||
self.delegate?.proxyIconURLDidChange(to: newValue)
|
||||
|
||||
}
|
||||
.onChange(of: cellSize) { newValue in
|
||||
guard let size = newValue else { return }
|
||||
|
Reference in New Issue
Block a user