Skip to content

Commit c4c4d96

Browse files
authored
Fix merge conflict with myself (#7010)
1 parent d8f231e commit c4c4d96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nexus/reconfigurator/planning/src/system.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,9 +845,9 @@ impl Sled {
845845
name: config.name.full_name(),
846846
available: ByteCount::from_gibibytes_u32(1),
847847
used: ByteCount::from_gibibytes_u32(0),
848-
quota: config.quota,
849-
reservation: config.reservation,
850-
compression: config.compression.to_string(),
848+
quota: config.inner.quota,
849+
reservation: config.inner.reservation,
850+
compression: config.inner.compression.to_string(),
851851
});
852852
}
853853

0 commit comments

Comments
 (0)