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)]