Skip to content

Commit

Permalink
ksud: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Feb 1, 2024
1 parent 4efc816 commit d4826bc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions userspace/ksud/src/mount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ pub fn umount_dir(src: impl AsRef<Path>) -> Result<()> {
}

#[cfg(any(target_os = "linux", target_os = "android"))]
pub fn mount_overlayfs(
lower_dirs: &[String],
lowest: &str,
dest: impl AsRef<Path>,
) -> Result<()> {
pub fn mount_overlayfs(lower_dirs: &[String], lowest: &str, dest: impl AsRef<Path>) -> Result<()> {
let lowerdir_config = lower_dirs
.iter()
.map(|s| s.as_ref())
Expand Down

0 comments on commit d4826bc

Please sign in to comment.