formatting

This commit is contained in:
Austin Clements 2022-10-28 18:13:03 -05:00
parent ec81ce5ebc
commit 5d19d28e56

View File

@ -3866,15 +3866,13 @@ mod test_fmt {
#[test] #[test]
fn when_with_single_quote_char() { fn when_with_single_quote_char() {
expr_formats_same( expr_formats_same(indoc!(
indoc!(
r#" r#"
when x is when x is
'0' -> 0 '0' -> 0
'1' -> 1 '1' -> 1
"# "#
) ));
);
} }
// NEWLINES // NEWLINES