From 20aa66bb2168b4ec3d9c990e657803b37d154115 Mon Sep 17 00:00:00 2001 From: Lucas Villa Real Date: Fri, 10 May 2024 11:31:14 -0300 Subject: [PATCH] rustfmt --- src/wire/ipv6hbh.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wire/ipv6hbh.rs b/src/wire/ipv6hbh.rs index 9e2d3869a..8d6bb31da 100644 --- a/src/wire/ipv6hbh.rs +++ b/src/wire/ipv6hbh.rs @@ -122,7 +122,6 @@ impl<'a> Repr<'a> { pub fn push_padn_option(&mut self, n: u8) { self.options.push(Ipv6OptionRepr::PadN(n)).unwrap(); } - } #[cfg(test)]