ksud: Fix overlayfs mount #244
Annotations
1 warning
rustfmt check:
/home/runner/work/KernelSU/KernelSU/userspace/ksud/src/mount.rs#L84
Original:
```
pub fn mount_overlayfs(
lower_dirs: &[String],
lowest: &str,
dest: impl AsRef<Path>,
) -> Result<()> {
```
Expected:
```
pub fn mount_overlayfs(lower_dirs: &[String], lowest: &str, dest: impl AsRef<Path>) -> Result<()> {
```
|