mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Fix formatting
This commit is contained in:
parent
3dea87b054
commit
224e0cee5a
1 changed files with 4 additions and 4 deletions
|
@ -177,10 +177,10 @@ fn complete_mod_item_snippets(acc: &mut Vec<CompletionItem>) {
|
|||
lookup: Some("tfn".to_string()),
|
||||
snippet: Some(
|
||||
"#[test]\n\
|
||||
fn ${1:feature}() {\n\
|
||||
$0\n\
|
||||
}"
|
||||
.to_string()
|
||||
fn ${1:feature}() {\n\
|
||||
$0\n\
|
||||
}"
|
||||
.to_string(),
|
||||
),
|
||||
});
|
||||
acc.push(CompletionItem {
|
||||
|
|
Loading…
Reference in a new issue