cargo fmt

This commit is contained in:
Talison Fabio 2025-04-17 10:53:31 -03:00
parent f009610103
commit 540536b6bf

View File

@ -471,7 +471,6 @@ fn unpack_rar_stdin() -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}
#[proptest(cases = 25)]
fn symlink_pack_and_unpack(
ext: DirectoryExtension,
@ -604,4 +603,4 @@ fn no_git_folder_after_decompression_with_gitignore_flag_active() {
!decompressed_subdir.join(".git").exists(),
".git folder should not exist after decompression"
);
}
}