macos: fix swiftlint opening_brace issue

pull/12875/head
Jon Parise 2026-05-31 10:00:24 -04:00
parent 33adb58bee
commit e32d7abe6e
1 changed files with 1 additions and 2 deletions

View File

@ -734,8 +734,7 @@ extension Ghostty {
// cached value is restored next time the terminal emits a
// color_change.
if let cached = self.backgroundColor,
cached != self.derivedConfig.backgroundColor
{
cached != self.derivedConfig.backgroundColor {
self.backgroundColor = nil
}
}