Skip to content

Commit 45d5fd6

Browse files
committed
fmt & clippy
1 parent 8e588c9 commit 45d5fd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ pub mod channel {
353353
}
354354

355355
pub async fn closed(&mut self)
356-
where T: RpcMessage,
356+
where
357+
T: RpcMessage,
357358
{
358359
match self {
359360
Sender::Tokio(tx) => tx.closed().await,

0 commit comments

Comments
 (0)