some rustfmt updates
This commit is contained in:
parent
0c5d14ed8e
commit
5d89c6b684
3 changed files with 15 additions and 13 deletions
|
|
@ -258,7 +258,8 @@ mod math_lib_tests {
|
|||
fn test_fi_mod() {
|
||||
let document = "(def test '' (mod 7.2 2))";
|
||||
let check1 = "(car test)";
|
||||
let result1 = "3"; let mut syms = SymTable::new();
|
||||
let result1 = "3";
|
||||
let mut syms = SymTable::new();
|
||||
static_stdlib(&mut syms).unwrap();
|
||||
dynamic_stdlib(&mut syms).unwrap();
|
||||
let _ = *eval(&lex(&document.to_string()).unwrap(), &mut syms).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue