From 21b6b6e643f34b55a995f648997597ab6a148fd2 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:09:25 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/messages.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages.rs b/src/messages.rs index 399b0792..4a5ed3bc 100755 --- a/src/messages.rs +++ b/src/messages.rs @@ -132,7 +132,7 @@ impl fmt::Debug for SmolPacket { } f.field("payload", &String::from_utf8_lossy(p.payload())); f.finish() - }, + } Err(_) => f .field("src_ip", &self.src_ip()) .field("dst_ip", &self.dst_ip())