Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouaix committed Dec 3, 2024
1 parent 3b98342 commit eefb469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/decoders/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use byteorder::{BigEndian, WriteBytesExt};
use log::{error, warn};
use nom::{
bytes::complete::take,
combinator::{fail, iterator, map, map_parser, verify},
multi::{fold_many0, many0},
combinator::{fail, iterator, map_parser, verify},
multi::fold_many0,
number::complete::{be_u128, be_u16, be_u32, be_u8, le_u32},
sequence::tuple,
IResult,
Expand Down

0 comments on commit eefb469

Please sign in to comment.