Lucas Villa Real 11 tháng trước cách đây
mục cha
commit
20aa66bb21
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)]