Skip to content

Commit

Permalink
fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
feschber committed Oct 28, 2024
1 parent 47798c4 commit 01da8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 01da8c4

Please sign in to comment.