Correct small formatting issue

This commit is contained in:
Alex 2022-05-05 14:21:57 +02:00
parent 948ff93cf1
commit 617f28bfa4
Signed by untrusted user: lx
GPG key ID: 0E496D15096376BE

View file

@ -495,9 +495,7 @@ impl ClusterLayout {
zone: _,
capacity: Some(c),
tags: _,
}) => {
*c
}
}) => *c,
_ => 0,
})
.collect();