Skip to content

Commit 0611e8c

Browse files
committed
Cargo fmt
1 parent 847a2bc commit 0611e8c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/uu/rm/src/platform/linux.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,11 @@ pub fn safe_remove_dir_recursive_impl(path: &Path, dir_fd: &DirFd, options: &Opt
364364
// Check if readdir failed partway through (partial read)
365365
if let Some(err) = take_errno() {
366366
if !entries.is_empty() {
367-
show_error!("{}: {}", translate!("rm-error-traversal-failed", "path" => path.display()), err);
367+
show_error!(
368+
"{}: {}",
369+
translate!("rm-error-traversal-failed", "path" => path.display()),
370+
err
371+
);
368372
return true;
369373
}
370374
}

0 commit comments

Comments
 (0)