should be None here instead of _
This commit is contained in:
@@ -516,7 +516,7 @@ impl FunctionEntry {
|
||||
// return value rounded to 8 decimal places
|
||||
Some(emath::round_to_decimals(integral_data.1, 8))
|
||||
}
|
||||
_ => None,
|
||||
None => None,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user