forked from Deuxfleurs/garage
Correct small formatting issue
This commit is contained in:
parent
948ff93cf1
commit
617f28bfa4
1 changed files with 1 additions and 3 deletions
|
@ -495,9 +495,7 @@ impl ClusterLayout {
|
||||||
zone: _,
|
zone: _,
|
||||||
capacity: Some(c),
|
capacity: Some(c),
|
||||||
tags: _,
|
tags: _,
|
||||||
}) => {
|
}) => *c,
|
||||||
*c
|
|
||||||
}
|
|
||||||
_ => 0,
|
_ => 0,
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
Loading…
Reference in a new issue