Skip to content

Commit 1842ea0

Browse files
committed
fix: linter
1 parent 370910f commit 1842ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/service/src/engine/threshold/threshold_kms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ impl<IN: Sync, UD: Sync, PD: Sync, KG: Sync, PP: Sync, CG: Sync, CM: Sync, BO: S
196196
for ThresholdKms<IN, UD, PD, KG, PP, CG, CM, BO>
197197
{
198198
fn shutdown(&self) -> anyhow::Result<JoinHandle<()>> {
199-
let health_reporter = Arc::clone(&self.health_reporter);
199+
let health_reporter = self.health_reporter.clone();
200200
let tracker = Arc::clone(&self.tracker);
201201
let mpc_abort_handle = self.mpc_abort_handle.abort_handle();
202202
let handle = {

0 commit comments

Comments
 (0)