diff --git a/crates/compiler/fmt/tests/test_fmt.rs b/crates/compiler/fmt/tests/test_fmt.rs index aadf5902d2..81e0240131 100644 --- a/crates/compiler/fmt/tests/test_fmt.rs +++ b/crates/compiler/fmt/tests/test_fmt.rs @@ -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