mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
split: formatting
This commit is contained in:
parent
5bfe9b19ef
commit
271a108fa9
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ const AFTER_HELP: &str = help_section!("after help", "split.md");
|
|||
|
||||
#[uucore::main]
|
||||
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||
|
||||
let (args, obs_lines) = handle_obsolete(args);
|
||||
|
||||
let matches = uu_app().try_get_matches_from(args)?;
|
||||
|
|
Loading…
Reference in a new issue