macos: swiftlint 'vertical_whitespace' rule

This commit is contained in:
Jon Parise
2026-02-19 18:58:28 -05:00
parent a36d2f5420
commit 629a656e53
13 changed files with 0 additions and 33 deletions

View File

@@ -48,7 +48,6 @@ struct QuickTerminalSize {
}
}
/// This is an almost direct port of th Zig function QuickTerminalSize.calculate
func calculate(position: QuickTerminalPosition, screenDimensions: CGSize) -> CGSize {
let dims = CGSize(width: screenDimensions.width, height: screenDimensions.height)