Lucas Villa Real 11 bulan lalu
induk
melakukan
20aa66bb21
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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)]