diff options
| author | Sunil Nimmagadda <sunil@nimmagadda.net> | 2025-09-11 10:48:30 +0530 |
|---|---|---|
| committer | Sunil Nimmagadda <sunil@nimmagadda.net> | 2025-09-11 10:48:30 +0530 |
| commit | 3124a5a76148733e25e58cece5d8324b04ebc8d5 (patch) | |
| tree | 732fb9dca19914a99e09ad786911270a75ecb063 | |
| parent | 89c0f1cdfe4e5e3742623d8e119aaadda21cb12f (diff) | |
Whitespace cleanup.
| -rw-r--r-- | src/vrrpv2.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vrrpv2.rs b/src/vrrpv2.rs index 18011f1..e58db14 100644 --- a/src/vrrpv2.rs +++ b/src/vrrpv2.rs @@ -101,7 +101,6 @@ impl VRRPv2 { let cksum_bytes = cksum.to_be_bytes(); bytes[6] = cksum_bytes[0]; bytes[7] = cksum_bytes[1]; - Ok(bytes) } } |
