should be None here instead of _

This commit is contained in:
Simon Gardling 2022-05-18 09:03:52 -04:00
parent 3972be9f97
commit af9a57f6f0

View File

@ -516,7 +516,7 @@ impl FunctionEntry {
// return value rounded to 8 decimal places // return value rounded to 8 decimal places
Some(emath::round_to_decimals(integral_data.1, 8)) Some(emath::round_to_decimals(integral_data.1, 8))
} }
_ => None, None => None,
} }
} }