Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ibbitson committed Mar 4, 2024
1 parent a826f67 commit d8df3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub use crate::data::pcap_nflog::*;
use crate::linktype::Linktype;
use crate::read_u32_e;
use nom::number::complete::be_u32;
use nom::number::streaming::{be_u8, be_u16, be_u64};
use nom::number::streaming::{be_u16, be_u64, be_u8};
use nom::IResult;

pub const ETHERTYPE_IPV4: u16 = 0x0800;
Expand Down

0 comments on commit d8df3d8

Please sign in to comment.