Skip to content

Commit

Permalink
ci fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Jan 25, 2024
1 parent 920ed83 commit dea4289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@ impl Event {
}

/// Tell if this event is the result of a connect failure.
///
///
/// This indicates a tcp connection has failed, it corresponds to the `EPOLLERR` along with `EPOLLHUP` event in linux
/// and `CONNECT_FAILED` event in windows IOCP.
///
///
#[inline]
pub fn is_connect_failed(&self) -> bool {
Expand Down

0 comments on commit dea4289

Please sign in to comment.