Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash authored and lorbax committed Jun 20, 2024
1 parent 0fa3986 commit 61b3959
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/translator/src/lib/downstream_sv1/downstream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ impl Downstream {

let sv1_mining_notify_msg = last_notify.clone().unwrap();

self_.safe_lock(|s| s.last_job_id = sv1_mining_notify_msg.clone().job_id).unwrap();
self_
.safe_lock(|s| s.last_job_id = sv1_mining_notify_msg.clone().job_id)
.unwrap();

let message: json_rpc::Message = sv1_mining_notify_msg.into();
handle_result!(
Expand Down

0 comments on commit 61b3959

Please sign in to comment.