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]
fn when_with_single_quote_char() {
expr_formats_same(
indoc!(
r#"
expr_formats_same(indoc!(
r#"
when x is
'0' -> 0
'1' -> 1
"#
)
);
));
}
// NEWLINES