Pacify rustfmt.

This commit is contained in:
Mazdak Farrokhzad
2019-09-19 17:37:41 +02:00
committed by GitHub
parent 1f97445f39
commit 2be9031935

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