Fix formatting

This commit is contained in:
Dirkjan Ochtman 2021-02-02 16:25:25 +01:00
parent 93d4c8a656
commit 23a51390b7
1 changed files with 2 additions and 1 deletions

View File

@ -285,7 +285,8 @@ where
// with `nearest` truncated to `M` elements.
if layer.0 > 0 {
let mut upper = Vec::new();
(&zero).into_par_iter()
(&zero)
.into_par_iter()
.map(|zero| UpperNode::from_zero(&zero.read()))
.collect_into_vec(&mut upper);
layers[layer.0 - 1] = upper;