fix clippy lint

This commit is contained in:
Ferdinand Schober
2024-10-28 18:02:48 +01:00
parent b87fe4164a
commit 1d45d14992

View File

@@ -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 {