From 01454f57262e574e1600c9126b9abc50396e603d Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Fri, 30 Aug 2024 15:28:10 -0700 Subject: [PATCH] blehhh rustfmt --- nexus/src/app/sagas/instance_start.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nexus/src/app/sagas/instance_start.rs b/nexus/src/app/sagas/instance_start.rs index 36553251490..3325cd72f44 100644 --- a/nexus/src/app/sagas/instance_start.rs +++ b/nexus/src/app/sagas/instance_start.rs @@ -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,