split: formatting

This commit is contained in:
zhitkoff 2023-08-31 15:37:42 -04:00
parent 5bfe9b19ef
commit 271a108fa9

View file

@ -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)?;