formatting

This commit is contained in:
Simon Gardling
2022-03-09 10:52:06 -05:00
parent bc026b0b7d
commit 91877156e5
2 changed files with 11 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ impl fmt::Display for RiemannSum {
}
lazy_static::lazy_static! {
pub static ref EMPTY_FUNCTIONENTRY: FunctionEntry = FunctionEntry::empty();
pub static ref EMPTY_FUNCTION_ENTRY: FunctionEntry = FunctionEntry::empty();
}
#[derive(Clone)]