Skip to content

Commit 09ed6fd

Browse files
committed
Fix formatting
1 parent 59cb227 commit 09ed6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neqo-common/src/socket.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ pub fn bind(local_addr: SocketAddr) -> io::Result<UdpSocket> {
9494
/// # Panics
9595
///
9696
/// Panics if the send call fails.
97-
///
97+
///
9898
/// # Notes
99-
///
99+
///
100100
/// On non-POSIX platforms, TOS and TTL will not be sent and hence revert to the system default.
101101
/// TODO: Figure out how to set TOS and TTL at least on Windows.
102102
#[allow(clippy::missing_errors_doc)]

0 commit comments

Comments
 (0)