cargo fmt
This commit is contained in:
parent
a456da66a4
commit
39726c281f
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
use std::fs;
|
use std::fs;
|
||||||
use tracing::{event, Level};
|
use tracing::{event, Level};
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum TmpFileError {
|
pub enum TmpFileError {
|
||||||
MakePathError,
|
MakePathError,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
pub mod sanitize;
|
pub mod sanitize;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue