mirror of
https://github.com/sharkdp/bat
synced 2026-07-22 16:53:19 +00:00
Undo change in sample.modified.rs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user