mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-29 06:28:37 +00:00
Correct Swift formatting inconsistencies
This commit is contained in:

committed by
Mitchell Hashimoto

parent
5948bd3f02
commit
f1c68f698b
@@ -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
|
||||
|
Reference in New Issue
Block a user