Pacify rustfmt.
This commit is contained in:
committed by
GitHub
parent
1f97445f39
commit
2be9031935
@@ -370,10 +370,7 @@ fn main() <fold>{
|
||||
}</fold>
|
||||
}</fold>"#;
|
||||
|
||||
let folds = &[
|
||||
FoldKind::Block,
|
||||
FoldKind::Block,
|
||||
];
|
||||
let folds = &[FoldKind::Block, FoldKind::Block];
|
||||
do_check(text, folds);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user