Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvr committed May 10, 2024
1 parent d0fd2c8 commit 20aa66b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wire/ipv6hbh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 20aa66b

Please sign in to comment.