mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
Format head.rs
This commit is contained in:
parent
13e61c3234
commit
e3e5bf0178
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
|
||||||
settings.verbose = true;
|
settings.verbose = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if files.is_empty() {
|
if files.is_empty() {
|
||||||
let mut buffer = BufReader::new(stdin());
|
let mut buffer = BufReader::new(stdin());
|
||||||
head(&mut buffer, &settings);
|
head(&mut buffer, &settings);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue