ksud: fix fmt

This commit is contained in:
weishu
2023-07-01 18:59:41 +08:00
parent ab58808b64
commit 971f59c11e

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;