ksud: fmt

This commit is contained in:
tiann
2023-02-21 13:09:03 +08:00
parent 4837f2101c
commit ba8ca1f9f2

View File

@@ -4,7 +4,7 @@ use std::{collections::HashMap, path::Path};
use crate::{ use crate::{
assets, defs, mount, assets, defs, mount,
utils::{ensure_clean_dir, ensure_dir_exists, self}, utils::{self, ensure_clean_dir, ensure_dir_exists},
}; };
fn mount_partition(partition: &str, lowerdir: &mut Vec<String>) -> Result<()> { fn mount_partition(partition: &str, lowerdir: &mut Vec<String>) -> Result<()> {
@@ -176,7 +176,6 @@ pub fn on_post_data_fs() -> Result<()> {
} }
pub fn on_services() -> Result<()> { pub fn on_services() -> Result<()> {
utils::umask(0); utils::umask(0);
// check safe mode first. // check safe mode first.