Skip to content

Commit 41d8369

Browse files
committed
Fix formatting
1 parent 0d1f4f9 commit 41d8369

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/ide_completion/src/item.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,7 @@ mod tests {
579579
// This test asserts that the relevance score for these items is ascending, and
580580
// that any items in the same vec have the same score.
581581
let expected_relevance_order = vec![
582-
vec![CompletionRelevance {
583-
is_postfix: true,
584-
..CompletionRelevance::default()
585-
}],
582+
vec![CompletionRelevance { is_postfix: true, ..CompletionRelevance::default() }],
586583
vec![CompletionRelevance {
587584
is_op_method: true,
588585
is_private_editable: true,

0 commit comments

Comments
 (0)