We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02ae6bf + cecf891 commit 1509b4bCopy full SHA for 1509b4b
1 file changed
crates/network-scanner/src/ping.rs
@@ -21,8 +21,8 @@ pub enum PingFailedReason {
21
impl std::fmt::Display for PingFailedReason {
22
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
23
match self {
24
- PingFailedReason::Rejected => write!(f, "Ping rejected"),
25
- PingFailedReason::TimedOut => write!(f, "Ping timed out"),
+ PingFailedReason::Rejected => write!(f, "ping rejected"),
+ PingFailedReason::TimedOut => write!(f, "ping timed out"),
26
}
27
28
0 commit comments