readlink: reformat using rustfmt

This commit is contained in:
Niyaz Nigmatullin 2022-08-16 08:25:02 +03:00
parent 5d4ad4de13
commit 9c97b700ec

View file

@ -79,7 +79,9 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
canonicalize(&p, can_mode, res_mode)
};
match path_result {
Ok(path) => show(&path, no_trailing_delimiter, use_zero).map_err_context(String::new)?,
Ok(path) => {
show(&path, no_trailing_delimiter, use_zero).map_err_context(String::new)?
}
Err(err) => {
if verbose {
return Err(USimpleError::new(