ksud: fix fmt

This commit is contained in:
weishu
2023-07-01 18:59:41 +08:00
parent fcf918bfbc
commit 7cd5bb7dfd

View File

@@ -1,5 +1,5 @@
use crate::{defs, sepolicy};
use crate::utils::ensure_dir_exists;
use crate::{defs, sepolicy};
use anyhow::{Context, Result};
use std::path::Path;