Skip to content

Commit

Permalink
chore: fix whitespace comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Madden committed Jan 18, 2025
1 parent c17ed73 commit 12c650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window/src/os/macos/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ impl Inner {
const VIEW_CLS_NAME: &str = "WezTermWindowView";
const WINDOW_CLS_NAME: &str = "WezTermWindow";
const TITLEBAR_VIEW_NAME: &str = "NSTitlebarContainerView";
//

// core-graphics does not currently expose a binding by default for CGColor srgb conversions
// pull request to upstream this here: https://github.com/servo/core-foundation-rs/pull/716
// IMPORTANT: This binding was introduced in catalina, attempting to use it on older systems will fail
Expand Down

0 comments on commit 12c650e

Please sign in to comment.