mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
pacify the merciless cargo fmt
This commit is contained in:
parent
8c948173b0
commit
9a432cab31
2 changed files with 3 additions and 6 deletions
|
@ -145,11 +145,7 @@ fn check_string(
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn check_print() {
|
fn check_print() {
|
||||||
check_string(
|
check_string("print 1 + 2", expect![""], &[]);
|
||||||
"print 1 + 2",
|
|
||||||
expect![""],
|
|
||||||
&[],
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
@ -32,6 +32,7 @@ fn invoke() {
|
||||||
"test 1",
|
"test 1",
|
||||||
"test 2",
|
"test 2",
|
||||||
]
|
]
|
||||||
"#]].assert_debug_eq(x);
|
"#]]
|
||||||
|
.assert_debug_eq(x);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue