mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
Dont convert into floz during normalization.
This commit is contained in:
parent
8338ab6bda
commit
6e5db89c9a
@ -163,9 +163,6 @@ impl VolumeMeasure {
|
|||||||
if (ml / CUP) >= ONE && !metric {
|
if (ml / CUP) >= ONE && !metric {
|
||||||
return self.clone().into_cup();
|
return self.clone().into_cup();
|
||||||
}
|
}
|
||||||
if (ml / FLOZ) >= ONE && !metric {
|
|
||||||
return self.clone().into_floz();
|
|
||||||
}
|
|
||||||
if (ml / TBSP) >= ONE && !metric {
|
if (ml / TBSP) >= ONE && !metric {
|
||||||
return self.clone().into_tbsp();
|
return self.clone().into_tbsp();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user