mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 18:21:01 +00:00
cargo fmt
This commit is contained in:
parent
15722e3ace
commit
5af8503a5e
119 changed files with 1270 additions and 923 deletions
|
|
@ -319,7 +319,8 @@ fn split(settings: &Settings) -> i32 {
|
|||
num_prefix(fileno, settings.suffix_length)
|
||||
} else {
|
||||
str_prefix(fileno, settings.suffix_length)
|
||||
}.as_ref(),
|
||||
}
|
||||
.as_ref(),
|
||||
);
|
||||
|
||||
if fileno != 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue