Lucas Villa Real 10 months ago
parent
commit
20aa66bb21
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/wire/ipv6hbh.rs

+ 0 - 1
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)]