Skip to content

Commit e54afd1

Browse files
committed
Ci.
1 parent 385daff commit e54afd1

File tree

1 file changed

+1
-4
lines changed
  • crates/processing_render/src

1 file changed

+1
-4
lines changed

crates/processing_render/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,7 @@ pub fn create_surface(
195195
let content_view: Option<Retained<NSView>> = ns_window_ref.contentView();
196196

197197
match content_view {
198-
Some(view) => {
199-
200-
Retained::as_ptr(&view) as *mut std::ffi::c_void
201-
}
198+
Some(view) => Retained::as_ptr(&view) as *mut std::ffi::c_void,
202199
None => {
203200
return Err(error::ProcessingError::InvalidWindowHandle);
204201
}

0 commit comments

Comments
 (0)