fix test
This commit is contained in:
parent
a4f08c117f
commit
ba62a8a075
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ fn some_fn() {
|
|||
"#,
|
||||
r#"
|
||||
fn some_fn() {
|
||||
let what_a_weird_formatting = 10;
|
||||
another_func(what_a_weird_formatting);
|
||||
let what_aweird_formatting = 10;
|
||||
another_func(what_aweird_formatting);
|
||||
}
|
||||
"#,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue