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 tracing::{event, Level};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum TmpFileError {
|
||||
MakePathError,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue