Skip to content

Commit 60b2d93

Browse files
committed
style: fix rustfmt formatting in benchmark
1 parent 6a4e81f commit 60b2d93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/codelens-core/benches/counting.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ fn make_rust_lang() -> Language {
1313
block_comments = [["/*", "*/"]]
1414
nested_comments = true
1515
"#;
16-
let langs: std::collections::HashMap<String, Language> =
17-
toml::from_str(toml).unwrap();
16+
let langs: std::collections::HashMap<String, Language> = toml::from_str(toml).unwrap();
1817
langs.into_values().next().unwrap()
1918
}
2019

0 commit comments

Comments
 (0)