diff --git a/macos/Sources/Ghostty/Surface View/SurfaceView_AppKit.swift b/macos/Sources/Ghostty/Surface View/SurfaceView_AppKit.swift index c0013ec78..f631c2c05 100644 --- a/macos/Sources/Ghostty/Surface View/SurfaceView_AppKit.swift +++ b/macos/Sources/Ghostty/Surface View/SurfaceView_AppKit.swift @@ -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 } }