Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 15, 2024
1 parent 82baf01 commit fdb5750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/conn/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ impl TcpAcceptor {
self.inner.local_addr()
}

/// Gets the value of the `IP_TTL` option for this socket.
/// Gets the value of the `IP_TTL` option for this socket.
pub fn ttl(&self) -> IoResult<u32> {
self.inner.ttl()
}
Expand Down

0 comments on commit fdb5750

Please sign in to comment.