Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 27, 2024
1 parent 9f99f24 commit 7e657bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/trusted_operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pub(crate) fn await_status(
loop {
debug!("waiting for update");
let (subscription_update, direct_request_status) =
await_status_update(&receiver).map_err(|e| {
await_status_update(receiver).map_err(|e| {
error!("Error getting status update: {:?}", e);
e
})?;
Expand Down

0 comments on commit 7e657bc

Please sign in to comment.