chore: fmt

This commit is contained in:
5ec1cff
2024-11-22 17:37:20 +08:00
parent 6f3ab6d6d3
commit af988ec8ec
3 changed files with 5 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ use std::{
fs::{File, Permissions, remove_dir_all, remove_file, set_permissions},
io::Cursor,
path::{Path, PathBuf},
process::{Command},
process::Command,
str::FromStr,
};
use zip_extensions::zip_extract_file_to_memory;