This commit is contained in:
crauzer 2021-10-06 23:37:43 +02:00
parent a4f08c117f
commit ba62a8a075

View File

@ -102,8 +102,8 @@ fn some_fn() {
"#, "#,
r#" r#"
fn some_fn() { fn some_fn() {
let what_a_weird_formatting = 10; let what_aweird_formatting = 10;
another_func(what_a_weird_formatting); another_func(what_aweird_formatting);
} }
"#, "#,
); );