Fix formatting

This commit is contained in:
DJMcNab 2018-12-02 14:57:54 +00:00
parent 3dea87b054
commit 224e0cee5a

View file

@ -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 {