mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-02 18:08:11 +00:00
macos: fix swiftlint opening_brace issue
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user