Skip to content

Commit 2fa0606

Browse files
committed
Cargo fmt
1 parent aac80e3 commit 2fa0606

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
@@ -275,7 +275,11 @@ pub fn safe_remove_dir_recursive_impl(path: &Path, dir_fd: &DirFd, options: &Opt
275275
// Check if readdir failed partway through (partial read)
276276
if let Some(err) = take_errno() {
277277
if !entries.is_empty() {
278-
show_error!("{}: {}", translate!("rm-error-traversal-failed", "path" => path.display()), err);
278+
show_error!(
279+
"{}: {}",
280+
translate!("rm-error-traversal-failed", "path" => path.display()),
281+
err
282+
);
279283
return true;
280284
}
281285
}

0 commit comments

Comments
 (0)