Skip to content

Commit

Permalink
chore: resolve nit from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
psyclaudeZ committed Nov 11, 2024
1 parent 51c794a commit 49ff819
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 @@ -678,7 +678,7 @@ impl HasDisplayHandle for Window {

impl HasWindowHandle for Window {
fn window_handle(&self) -> Result<WindowHandle, HandleError> {
let mut handle =
let handle =
AppKitWindowHandle::new(NonNull::new(self.ns_view as *mut _).expect("non-null"));
unsafe { Ok(WindowHandle::borrow_raw(RawWindowHandle::AppKit(handle))) }
}
Expand Down

0 comments on commit 49ff819

Please sign in to comment.