Correct small formatting issue

This commit is contained in:
Alex Auvolat
2022-05-05 14:21:57 +02:00
parent 948ff93cf1
commit 617f28bfa4
+1 -3
View File
@@ -495,9 +495,7 @@ impl ClusterLayout {
zone: _,
capacity: Some(c),
tags: _,
}) => {
*c
}
}) => *c,
_ => 0,
})
.collect();