pacify the merciless cargo fmt

This commit is contained in:
Niko Matsakis 2024-07-19 09:07:47 -04:00
parent 8c948173b0
commit 9a432cab31
2 changed files with 3 additions and 6 deletions

View file

@ -145,11 +145,7 @@ fn check_string(
#[test]
fn check_print() {
check_string(
"print 1 + 2",
expect![""],
&[],
);
check_string("print 1 + 2", expect![""], &[]);
}
#[test]

View file

@ -32,6 +32,7 @@ fn invoke() {
"test 1",
"test 2",
]
"#]].assert_debug_eq(x);
"#]]
.assert_debug_eq(x);
})
}