macos: fix swiftlint opening_brace issue

This commit is contained in:
Jon Parise
2026-05-31 10:00:24 -04:00
parent 33adb58bee
commit e32d7abe6e

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
}
}