diff --git a/espanso-detect/src/mac/mod.rs b/espanso-detect/src/mac/mod.rs index 9db7b6e..d9bc5b0 100644 --- a/espanso-detect/src/mac/mod.rs +++ b/espanso-detect/src/mac/mod.rs @@ -136,7 +136,7 @@ impl Source for CocoaSource { .hotkeys .iter() .filter_map(|hk| { - let raw = convert_hotkey_to_raw(&hk); + let raw = convert_hotkey_to_raw(hk); if raw.is_none() { error!("unable to register hotkey: {:?}", hk); }