Skip to content

Commit

Permalink
cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Mar 20, 2024
1 parent 030887a commit bb58317
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/zonefile/inplace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,8 @@ mod test {
#[test]
#[should_panic(expected = "character string with more than 255 octets")]
fn test_chrstr_overlfow_decoding() {
TestCase::test(include_str!("../../test-data/zonefiles/stroverflow.yaml"));
TestCase::test(include_str!(
"../../test-data/zonefiles/stroverflow.yaml"
));
}
}

0 comments on commit bb58317

Please sign in to comment.