Minor cleanup

This commit is contained in:
2023-09-20 11:06:37 -07:00
parent 682205f5e1
commit 8497c125ef
3 changed files with 5 additions and 5 deletions

View File

@ -275,7 +275,6 @@ impl Unit {
let mut q = Quantity::new_rational(1f64).unwrap();
q.set_unit(b);
return Some(q);
}
}