From 8b77c5bcbf652c0eb364f1de06aa7a758bc6bf67 Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Sun, 19 Jan 2025 13:34:40 +0530 Subject: Wrap a long comment. --- src/vrrpv2.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vrrpv2.rs b/src/vrrpv2.rs index a6321ea..0968c7c 100644 --- a/src/vrrpv2.rs +++ b/src/vrrpv2.rs @@ -175,8 +175,9 @@ fn parse(bytes: &[u8]) -> Result { /// use std::net::Ipv4Addr; /// /// let bytes = [ -/// 0x21, 0x01, 0x64, 0x01, 0x00, 0x01, 0xba, 0x52, 0xc0, 0xa8, 0x00, 0x01, 0x00, 0x00, +/// 0x21, 0x01, 0x64, 0x01, 0x00, 0x01, 0xba, 0x52, 0xc0, 0xa8, 0x00, 0x01, /// 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +/// 0x00, 0x00, /// ]; /// let expected = VRRPv2 { /// virtual_router_id: 1, -- cgit v1.2.3