Skip to content

Commit 9aeb2e7

Browse files
committed
cargo fmt
1 parent e0a4a74 commit 9aeb2e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-tools/reconfigurator-cli/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,9 +1758,9 @@ fn cmd_sled_update_host_phase_1(
17581758
let mut state = sim.current_state().to_mut();
17591759
let system = state.system_mut();
17601760
let sled_id = sled_id.to_sled_id(system.description())?;
1761-
system.description_mut().sled_update_host_phase_1_artifacts(
1762-
sled_id, active, slot_a, slot_b,
1763-
)?;
1761+
system
1762+
.description_mut()
1763+
.sled_update_host_phase_1_artifacts(sled_id, active, slot_a, slot_b)?;
17641764

17651765
sim.commit_and_bump(
17661766
format!(

nexus/reconfigurator/planning/src/mgs_updates/host_phase_1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ use omicron_common::api::external::TufArtifactMeta;
1717
use omicron_common::api::external::TufRepoDescription;
1818
use omicron_common::disk::M2Slot;
1919
use omicron_uuid_kinds::SledUuid;
20-
use slog::debug;
2120
use slog::Logger;
21+
use slog::debug;
2222
use slog::error;
2323
use slog::warn;
2424
use std::collections::BTreeMap;

0 commit comments

Comments
 (0)