mirror of
https://github.com/tiann/KernelSU.git
synced 2025-02-20 11:43:32 +08:00
ksud: fmt
This commit is contained in:
parent
5355625ed6
commit
ed254b7ab4
@ -285,9 +285,7 @@ pub fn copy_module_files(source: impl AsRef<Path>, destination: impl AsRef<Path>
|
||||
|
||||
if entry.file_type().is_file() {
|
||||
std::fs::copy(&source_path, &dest_path).with_context(|| {
|
||||
format!(
|
||||
"Failed to copy file from {source_path:?} to {dest_path:?}",
|
||||
)
|
||||
format!("Failed to copy file from {source_path:?} to {dest_path:?}",)
|
||||
})?;
|
||||
copy_xattrs(&source_path, &dest_path)?;
|
||||
} else if entry.file_type().is_symlink() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user