Pacify rustfmt.

This commit is contained in:
Mazdak Farrokhzad 2019-09-19 17:37:41 +02:00 committed by GitHub
parent 1f97445f39
commit 2be9031935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}