Lucas Villa Real 11 月之前
父节点
当前提交
20aa66bb21
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)]