Skip to content

Commit

Permalink
blehhh rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 30, 2024
1 parent b52b9da commit 01454f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nexus/src/app/sagas/instance_start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,7 @@ async fn sis_ensure_registered_undo(
// be a bit of a stretch. See the definition of `instance_unhealthy` for
// more details.
match e {
InstanceStateChangeError::SledAgent(inner)
if inner.vmm_gone() =>
{
InstanceStateChangeError::SledAgent(inner) if inner.vmm_gone() => {
error!(osagactx.log(),
"start saga: failing instance after unregister failure";
"instance_id" => %instance_id,
Expand Down

0 comments on commit 01454f5

Please sign in to comment.