mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-28 00:38:57 +00:00
Correct small formatting issue
This commit is contained in:
+1
-3
@@ -495,9 +495,7 @@ impl ClusterLayout {
|
||||
zone: _,
|
||||
capacity: Some(c),
|
||||
tags: _,
|
||||
}) => {
|
||||
*c
|
||||
}
|
||||
}) => *c,
|
||||
_ => 0,
|
||||
})
|
||||
.collect();
|
||||
|
||||
Reference in New Issue
Block a user