mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: make clippy happy (#16316)
This commit is contained in:
@@ -109,7 +109,7 @@ where
|
||||
let sink = match pending_subscription_sink.accept().await {
|
||||
Ok(sink) => sink,
|
||||
Err(e) => {
|
||||
println!("failed to accept subscription: {}", e);
|
||||
println!("failed to accept subscription: {e}");
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user