ksud: format code

This commit is contained in:
tiann
2023-02-01 17:39:16 +08:00
parent 46913671a8
commit 3519d61636

View File

@@ -128,7 +128,7 @@ pub fn on_post_data_fs() -> Result<()> {
mount_image(target_update_img, module_dir)?;
// load sepolicy.rule
if (crate::module::load_sepolicy_rule().is_err()) {
if crate::module::load_sepolicy_rule().is_err() {
println!("load sepolicy.rule failed");
}