mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
fix clippy lint
This commit is contained in:
@@ -295,7 +295,7 @@ async fn handle_capture_event(
|
||||
|
||||
if capture.keys_pressed(&service.config.release_bind) {
|
||||
log::info!("releasing capture: release-bind pressed");
|
||||
return release_capture(capture, &active).await;
|
||||
return release_capture(capture, active).await;
|
||||
}
|
||||
|
||||
if event == CaptureEvent::Begin {
|
||||
|
||||
Reference in New Issue
Block a user