cargo fmt

This commit is contained in:
mykola2312 2024-03-31 17:41:25 +03:00
parent a456da66a4
commit 39726c281f
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
use std::fs;
use tracing::{event, Level};
#[derive(Debug)]
pub enum TmpFileError {
MakePathError,
}

View file

@ -1 +1 @@
pub mod sanitize;
pub mod sanitize;