Skip to content

Commit 2be9031

Browse files
authored
Pacify rustfmt.
1 parent 1f97445 commit 2be9031

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/ra_ide_api/src/folding_ranges.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,7 @@ fn main() <fold>{
370370
}</fold>
371371
}</fold>"#;
372372

373-
let folds = &[
374-
FoldKind::Block,
375-
FoldKind::Block,
376-
];
373+
let folds = &[FoldKind::Block, FoldKind::Block];
377374
do_check(text, folds);
378375
}
379376
}

0 commit comments

Comments
 (0)