From 2311a76975adac42f6b6382c085bc81a9a6100ed Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 13 Jan 2024 00:21:16 -0800 Subject: [PATCH] fmt Signed-off-by: John Nunley --- src/sources/ping/iocp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sources/ping/iocp.rs b/src/sources/ping/iocp.rs index 42472480..79b88b5f 100644 --- a/src/sources/ping/iocp.rs +++ b/src/sources/ping/iocp.rs @@ -105,7 +105,7 @@ impl EventSource for PingSource { Some(ps) => ps, None => { // We were deregistered; remove ourselves from the list. - return Ok(crate::PostAction::Remove); + return Ok(crate::PostAction::Remove); } };