macos: fix swiftlint opening_brace issue
parent
33adb58bee
commit
e32d7abe6e
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue