Correct Swift formatting inconsistencies

This commit is contained in:
Nicholas Mata
2025-08-14 03:18:46 -07:00
committed by Mitchell Hashimoto
parent 5948bd3f02
commit f1c68f698b
2 changed files with 3 additions and 3 deletions

View File

@@ -164,7 +164,7 @@ extension Ghostty {
let key = "window-position-x"
return ghostty_config_get(config, &v, key, UInt(key.count)) ? v : nil
}
var windowPositionY: Int16? {
guard let config = self.config else { return nil }
var v: Int16 = 0