1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Run cargo fmt

This commit is contained in:
electricboogie 2022-01-16 11:17:43 -06:00
parent e6ce049d2c
commit 16b7b38b92

View file

@ -2097,10 +2097,7 @@ fn display_item_long(
let _ = write!( let _ = write!(
out, out,
"{}{} {}", "{}{} {}",
format_args!( format_args!("{}?????????", leading_char),
"{}?????????", leading_char
),
if item.security_context.len() > 1 { if item.security_context.len() > 1 {
// GNU `ls` uses a "." character to indicate a file with a security context, // GNU `ls` uses a "." character to indicate a file with a security context,
// but not other alternate access method. // but not other alternate access method.