should be None here instead of _
This commit is contained in:
parent
3972be9f97
commit
af9a57f6f0
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user