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:
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")]
|
||||
coz::end!("factorization");
|
||||
|
||||
return r;
|
||||
r
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue