Skip to content

Commit 224e0ce

Browse files
committed
Fix formatting
1 parent 3dea87b commit 224e0ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/ra_analysis/src/completion/reference_completion.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ fn complete_mod_item_snippets(acc: &mut Vec<CompletionItem>) {
177177
lookup: Some("tfn".to_string()),
178178
snippet: Some(
179179
"#[test]\n\
180-
fn ${1:feature}() {\n\
181-
$0\n\
182-
}"
183-
.to_string()
180+
fn ${1:feature}() {\n\
181+
$0\n\
182+
}"
183+
.to_string(),
184184
),
185185
});
186186
acc.push(CompletionItem {

0 commit comments

Comments
 (0)