From dea4289d61035e16143227cf388cc5481fff1c8d Mon Sep 17 00:00:00 2001 From: irving ou Date: Thu, 25 Jan 2024 12:20:25 -0500 Subject: [PATCH] ci fmt --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index e0e78f6..71dd769 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 {