mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 20:20:26 +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]
|
||||
fn check_print() {
|
||||
check_string(
|
||||
"print 1 + 2",
|
||||
expect![""],
|
||||
&[],
|
||||
);
|
||||
check_string("print 1 + 2", expect![""], &[]);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
@ -32,6 +32,7 @@ fn invoke() {
|
|||
"test 1",
|
||||
"test 2",
|
||||
]
|
||||
"#]].assert_debug_eq(x);
|
||||
"#]]
|
||||
.assert_debug_eq(x);
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue