Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jan 13, 2024
1 parent 26cbf3a commit 2311a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sources/ping/iocp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};

Expand Down

0 comments on commit 2311a76

Please sign in to comment.