diff --git a/tests/snapshots/sample.modified.rs b/tests/snapshots/sample.modified.rs index afa42ab0..866f359d 100644 --- a/tests/snapshots/sample.modified.rs +++ b/tests/snapshots/sample.modified.rs @@ -10,7 +10,7 @@ fn main() { "The perimeter of the rectangle is {} pixels.", perimeter(&rect1) ); - println!(r#"This line contains invalid utf8: "øˆ€€€"#; + println!(r#"This line contains invalid utf8: "øˆ€€€"#; } fn area(rectangle: &Rectangle) -> u32 {