mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
factor: unneeded statement
This commit is contained in:
parent
5e82b195bd
commit
e723b8db43
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ pub fn factor(mut n: u64) -> Factors {
|
||||||
#[cfg(feature = "coz")]
|
#[cfg(feature = "coz")]
|
||||||
coz::end!("factorization");
|
coz::end!("factorization");
|
||||||
|
|
||||||
return r;
|
r
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue