diff --git a/src/uu/ls/src/ls.rs b/src/uu/ls/src/ls.rs index eb55b0a18..c6ae373a0 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -296,8 +296,7 @@ enum Sort { #[derive(PartialEq)] enum SizeFormat { Bytes, - Binary, - // Powers of 1024, --human-readable, -h + Binary, // Powers of 1024, --human-readable, -h Decimal, // Powers of 1000, --si }