Skip to content

Commit 3a9eec7

Browse files
committed
cargo fmt
1 parent 8c93bd7 commit 3a9eec7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nexus/reconfigurator/planning/src/blueprint_editor/sled_editor.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ impl SledEditor {
218218
/// decommissioned.
219219
pub fn baseboard_id(&self) -> Option<&Arc<BaseboardId>> {
220220
match &self.0 {
221-
InnerSledEditor::Active(active) => {
222-
Some(&active.baseboard_id)
223-
}
221+
InnerSledEditor::Active(active) => Some(&active.baseboard_id),
224222
InnerSledEditor::Decommissioned(_) => None,
225223
}
226224
}

0 commit comments

Comments
 (0)