Skip to content

Commit

Permalink
style: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
nashaofu committed Mar 27, 2024
1 parent 7ab22c2 commit bfa69c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macos/impl_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ fn get_window_cg_rect(window_cf_dictionary_ref: CFDictionaryRef) -> CGRect {
impl ImplWindow {
pub fn new(
window_cf_dictionary_ref: CFDictionaryRef,
impl_monitors: &Vec<ImplMonitor>,
impl_monitors: &[ImplMonitor],
) -> XCapResult<ImplWindow> {
unsafe {
let id = {
Expand Down

0 comments on commit bfa69c1

Please sign in to comment.