Skip to content

Commit ba62a8a

Browse files
committed
fix test
1 parent a4f08c1 commit ba62a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide_diagnostics/src/handlers/incorrect_case.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ fn some_fn() {
102102
"#,
103103
r#"
104104
fn some_fn() {
105-
let what_a_weird_formatting = 10;
106-
another_func(what_a_weird_formatting);
105+
let what_aweird_formatting = 10;
106+
another_func(what_aweird_formatting);
107107
}
108108
"#,
109109
);

0 commit comments

Comments
 (0)