Skip to content

Commit f86807f

Browse files
Tyerawen-coding
Tyera
authored andcommitted
Remove redundant clone (solana-labs#31690)
1 parent 5404692 commit f86807f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/src/rpc_service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ impl JsonRpcService {
486486
receiver,
487487
&connection_cache,
488488
send_transaction_service_config,
489-
exit.clone(),
489+
exit,
490490
));
491491

492492
#[cfg(test)]

0 commit comments

Comments
 (0)