Skip to content

Commit f5796af

Browse files
committed
fix: Remove empty lines
1 parent 394c314 commit f5796af

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/rmcp/src/transport/async_rw.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ where
6868
}
6969

7070
#[cfg(feature = "client")]
71-
7271
impl<R, W> AsyncRwTransport<crate::RoleClient, R, W>
7372
where
7473
R: Send + AsyncRead + Unpin,
@@ -80,7 +79,6 @@ where
8079
}
8180

8281
#[cfg(feature = "server")]
83-
8482
impl<R, W> AsyncRwTransport<crate::RoleServer, R, W>
8583
where
8684
R: Send + AsyncRead + Unpin,

0 commit comments

Comments
 (0)