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

factor: unneeded statement

This commit is contained in:
Sylvestre Ledru 2021-05-02 09:35:59 +02:00
parent 5e82b195bd
commit e723b8db43

View file

@ -172,7 +172,7 @@ pub fn factor(mut n: u64) -> Factors {
#[cfg(feature = "coz")]
coz::end!("factorization");
return r;
r
}
#[cfg(test)]