fix code format

This commit is contained in:
Harry Fei 2022-01-24 14:57:25 +08:00
parent 49766c8d18
commit e63fe6f5da

View File

@ -142,7 +142,10 @@ where
/// assert_eq!(binaries, python_paths);
/// ```
#[cfg(feature = "regex")]
pub fn which_re_in<T>(regex: impl Borrow<Regex>, paths: Option<T>) -> Result<impl Iterator<Item = path::PathBuf>>
pub fn which_re_in<T>(
regex: impl Borrow<Regex>,
paths: Option<T>,
) -> Result<impl Iterator<Item = path::PathBuf>>
where
T: AsRef<OsStr>,
{