run cargo fmt

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2025-03-13 13:23:17 +01:00
parent cec8c75cd0
commit eba172a492

View File

@ -1,8 +1,8 @@
use std::fs::File;
use std::os::unix::io::{AsRawFd, FromRawFd};
use std::path::Path;
use std::sync::Arc;
use std::rc::Rc;
use std::sync::Arc;
use anyhow::{bail, Error};
use nix::dir::Dir;