Run cargo fmt for loose ends

This commit is contained in:
J Henry Waugh
2020-09-20 12:37:37 -05:00
parent e89cec2829
commit c389014df7
2 changed files with 13 additions and 4 deletions

View File

@@ -187,7 +187,6 @@ fn export_nested_by_prefix_test() -> Result<(), Box<EvalAltResult>> {
if s == "math::bar_fourth_adders::add_int (i64, i64)"
&& p == rhai::Position::new(3, 42)));
assert!(matches!(*engine.eval::<FLOAT>(
r#"import "Math::Advanced" as math;
let ex = 41.0;