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: _,
|
||||
capacity: Some(c),
|
||||
tags: _,
|
||||
}) => {
|
||||
*c
|
||||
}
|
||||
}) => *c,
|
||||
_ => 0,
|
||||
})
|
||||
.collect();
|
||||
|
|
Loading…
Reference in a new issue