mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 14:56:53 +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