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

Format head.rs

This commit is contained in:
Peter Sherman 2021-03-15 20:48:49 +00:00 committed by GitHub
parent 13e61c3234
commit e3e5bf0178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,7 +133,6 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
settings.verbose = true;
}
if files.is_empty() {
let mut buffer = BufReader::new(stdin());
head(&mut buffer, &settings);